explorer_variables
Data license: CC-BY
0 rows where explorerSlug = "incomes-across-distribution-lis"
This data as json
0 records
CREATE TABLE "explorer_variables" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "explorerSlug" VARCHAR(150) NOT NULL , "variableId" INTEGER NOT NULL, FOREIGN KEY("explorerSlug") REFERENCES "explorers" ("slug") ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "variableId" ON "explorer_variables" ("variableId");