Corrected migration mistakes

This commit is contained in:
Franklin 2023-05-03 13:36:55 -04:00
parent 71dde006ed
commit e1ae542ffd
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ CREATE TABLE IF NOT EXISTS "project" (
city VARCHAR NOT NULL,
district VARCHAR NOT NULL,
admin_tag VARCHAR,
floors SMALLINT,
finish_date TIMESTAMP,
floors SMALLINT NOT NULL,
finish_date DATE NOT NULL,
order_index INTEGER NOT NULL,
time_created TIMESTAMPTZ NOT NULL,
last_updated TIMESTAMPTZ NOT NULL