Loading 00-tables.sql +1 −2 Original line number Diff line number Diff line Loading @@ -156,7 +156,6 @@ CREATE TABLE collections ( collection_id SERIAL NOT NULL, title VARCHAR NOT NULL, owner_id VARCHAR NOT NULL, PRIMARY KEY (collection_id), FOREIGN KEY (owner_id) REFERENCES users (user_id) PRIMARY KEY (collection_id) ); Loading
00-tables.sql +1 −2 Original line number Diff line number Diff line Loading @@ -156,7 +156,6 @@ CREATE TABLE collections ( collection_id SERIAL NOT NULL, title VARCHAR NOT NULL, owner_id VARCHAR NOT NULL, PRIMARY KEY (collection_id), FOREIGN KEY (owner_id) REFERENCES users (user_id) PRIMARY KEY (collection_id) );