fix sql schemas

This commit is contained in:
NikolajDanger
2022-05-24 14:23:09 +02:00
parent 9947fdde05
commit 6401d85a36
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,5 @@
\i schema_drop.sql;
CREATE TABLE IF NOT EXISTS users (
user_id SERIAL PRIMARY KEY,
first_name varchar(64) NOT NULL,