Files
siren/migrations/000003_create_feats/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 feats (
id INTEGER GENERATED ALWAYS AS IDENTITY
);