diff --git a/init/00_InitDB.sql b/init/00_InitDB.sql index 443b78d..a6d20c5 100644 --- a/init/00_InitDB.sql +++ b/init/00_InitDB.sql @@ -33,7 +33,7 @@ CREATE TABLE Comments deleted timestamp WITH TIME ZONE default NULL ); -CREATE TABLE Reaction +CREATE TABLE Reactions ( id bigserial PRIMARY KEY, userid bigserial REFERENCES Users NOT NULL,