Files
dogapi/db/dbinit/dbinit.psql
Pin ab66454020 initial commit
Signed-off-by: Pin <Pin>
2021-01-31 16:48:24 -05:00

5 lines
108 B
Plaintext

create table breed_manifest if not exists (
breed_id bigserial primary key,
breed text NOT NULL UNIQUE,
)`