This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dusan Malusev
committed
Mar 13, 2022
1 parent
b8206c2
commit ef6e206
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
CREATE TABLE participants( | ||
user_id bigserial NOT NULL, | ||
event_id bigserial NOT NULL, | ||
id bigserial NOT NULL PRIMARY KEY, | ||
user_id bigint NOT NULL, | ||
event_id bigint NOT NULL, | ||
status text NOT NULL, | ||
created_at timestamp WITH TIME ZONE NOT NULL | ||
); | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters