gotelem/migrations/4_import_table_up.sql
saji 4e6f8db7ed
All checks were successful
Go / build (1.21) (push) Successful in 1m16s
Go / build (1.22) (push) Successful in 1m15s
combine separate packages
2024-03-02 21:49:18 -06:00

8 lines
174 B
SQL

CREATE TABLE "import_log" (
"filename" TEXT NOT NULL,
"date" TIMESTAMP NOT NULL,
"count" INTEGER NOT NULL,
"start_time" INTEGER NOT NULL,
"end_time" INTEGER NOT NULL
);