We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3541af commit 47759e7Copy full SHA for 47759e7
sql/PostLinks_pre.sql
@@ -2,8 +2,8 @@ DROP TABLE IF EXISTS PostLinks CASCADE;
2
CREATE TABLE PostLinks (
3
Id int PRIMARY KEY ,
4
CreationDate timestamp not NUll ,
5
- PostId int , -- not NULL ,
6
- RelatedPostId int , -- not NULL ,
+ PostId int not NULL ,
+ RelatedPostId int not NULL ,
7
LinkTypeId int not Null ,
8
jsonfield jsonb
9
);
0 commit comments