Files
siren/service/migrations/000003_create_feats/up.sql
2023-10-04 16:52:09 -04:00

3 lines
79 B
SQL

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