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

3 lines
90 B
SQL

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