more work on swagger spec

This commit is contained in:
Mikayla Dobson
2022-09-27 13:47:46 -05:00
parent 35abe0fcb1
commit 3f7bf1a75a
2 changed files with 259 additions and 10 deletions

View File

@@ -14,7 +14,8 @@ async function main() {
email VARCHAR NOT NULL,
password VARCHAR NOT NULL,
firstname VARCHAR,
lastname VARCHAR
lastname VARCHAR,
isAdmin BOOLEAN DEFAULT FALSE
);
`;