initial commit

Signed-off-by: Pin <Pin>
This commit is contained in:
Pin
2021-01-31 16:45:18 -05:00
committed by Pin
commit ab66454020
11 changed files with 230 additions and 0 deletions

4
db/dbinit/dbinit.psql Normal file
View File

@@ -0,0 +1,4 @@
create table breed_manifest if not exists (
breed_id bigserial primary key,
breed text NOT NULL UNIQUE,
)`