Added compulsory tags in db table
This commit is contained in:
@@ -13,6 +13,10 @@ CREATE TABLE study_spaces (
|
||||
location text,
|
||||
building_location text,
|
||||
tags text[] NOT NULL DEFAULT array[]::text[],
|
||||
timing text NOT NULL,
|
||||
volume text NOT NULL,
|
||||
wifi text NOT NULL,
|
||||
power text NOT NULL,
|
||||
created_at timestamp with time zone DEFAULT now(),
|
||||
updated_at timestamp with time zone DEFAULT now()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user