posts_gdocs_x_images
Data license: CC-BY
5 rows where gdocId = "1CbGF3JSwBJqIGTduV8dyRkylyqUisbI5GLK0yIWuU1U"
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
6165 | Light at Night 1CbGF3JSwBJqIGTduV8dyRkylyqUisbI5GLK0yIWuU1U | 1779 1779 |
6166 | Light at Night 1CbGF3JSwBJqIGTduV8dyRkylyqUisbI5GLK0yIWuU1U | 1777 1777 |
6167 | Light at Night 1CbGF3JSwBJqIGTduV8dyRkylyqUisbI5GLK0yIWuU1U | 1780 1780 |
6168 | Light at Night 1CbGF3JSwBJqIGTduV8dyRkylyqUisbI5GLK0yIWuU1U | 1778 1778 |
6169 | Light at Night 1CbGF3JSwBJqIGTduV8dyRkylyqUisbI5GLK0yIWuU1U | 1237 1237 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_x_images" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "gdocId" VARCHAR(255) NOT NULL , "imageId" INTEGER NOT NULL, FOREIGN KEY("gdocId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION, FOREIGN KEY("imageId") REFERENCES "images" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "gdocId" ON "posts_gdocs_x_images" ("gdocId"); CREATE INDEX "imageId" ON "posts_gdocs_x_images" ("imageId");