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

3 lines
84 B
SQL

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