Files
siren/migrations/000006_create_items/up.sql
Benjamin Sherriff 96fe3fc0e5 Stripped out ui/api
2024-09-03 22:33:29 -04:00

3 lines
79 B
SQL

CREATE TABLE IF NOT EXISTS items (
id INTEGER GENERATED ALWAYS AS IDENTITY
);