preciazo/rust/migrations/20240712112948_create-best-selling.sql

7 lines
182 B
MySQL
Raw Permalink Normal View History

2024-07-13 15:43:24 +00:00
CREATE TABLE
db_best_selling (
id serial PRIMARY KEY NOT NULL,
fetched_at integer NOT NULL,
category text NOT NULL,
eans_json text NOT NULL
);