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

3 lines
82 B
SQL

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