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

3 lines
82 B
SQL

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