preciazo/db-datos/drizzle/0000_blushing_sabretooth.sql

9 lines
202 B
MySQL
Raw Permalink Normal View History

2023-12-23 23:29:55 +00:00
CREATE TABLE `precios` (
`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
`ean` text NOT NULL,
`fetched_at` integer NOT NULL,
`precio_centavos` integer,
`in_stock` integer,
`url` text NOT NULL
);