4
db/dbinit/dbinit.psql
Normal file
4
db/dbinit/dbinit.psql
Normal file
@@ -0,0 +1,4 @@
|
||||
create table breed_manifest if not exists (
|
||||
breed_id bigserial primary key,
|
||||
breed text NOT NULL UNIQUE,
|
||||
)`
|
||||
Reference in New Issue
Block a user