We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ae53f commit cd230f8Copy full SHA for cd230f8
migrations/2018-06-20-062854_create_poll_table/up.sql
@@ -5,7 +5,7 @@ CREATE TABLE poll (
5
fk_initiating_comment INTEGER NOT NULL REFERENCES issuecomment (id),
6
fk_bot_tracking_comment INTEGER NOT NULL REFERENCES issuecomment (id),
7
poll_question VARCHAR NOT NULL,
8
- poll_created_at TIMESTAMP, NOT NULL,
+ poll_created_at TIMESTAMP NOT NULL,
9
poll_closed BOOLEAN NOT NULL,
10
poll_teams VARCHAR NOT NULL
11
);
0 commit comments