Query
CREATE TABLE "image_descriptions" (
"id" INTEGER NOT NULL PRIMARY KEY,
"type" TEXT NOT NULL,
"image_description_hash" TEXT NOT NULL,
"description" TEXT NOT NULL,
"timestamp" REAL NOT NULL
)
CREATE TABLE "image_descriptions" (
"id" INTEGER NOT NULL PRIMARY KEY,
"type" TEXT NOT NULL,
"image_description_hash" TEXT NOT NULL,
"description" TEXT NOT NULL,
"timestamp" REAL NOT NULL
)