mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
6 lines
172 B
SQL
6 lines
172 B
SQL
CREATE TABLE `db_best_selling` (
|
|
`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
|
|
`fetched_at` integer NOT NULL,
|
|
`category` text NOT NULL,
|
|
`eans_json` text NOT NULL
|
|
);
|