Files
siren/migrations/000006_create_items/up.sql
Benjamin Sherriff 95ede3291e Add other db tables
2023-10-03 12:11:48 -04:00

3 lines
79 B
SQL

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