refactor - added explicit constraints #69
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/constraint_transactions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
impliment #68
I should have fixed all minor problems. should be good
@ -6,3 +6,3 @@expirytime timestamp not null,rotationtime timestamp null,foreign key (userid) references users (userid)constraint fk_user_status foreign key (userid) references users (userid)should be
fk_token_user@ -6,3 +6,1 @@foreign key (matchid) references matches (matchid),foreign key (teamid) references competitions_teams (teamid),unique(matchid, teamid)constraint fk_match_matches foreign key (matchid) references matches (matchid),mt here not match
@ -7,2 +6,2 @@foreign key (teamid) references competitions_teams (teamid),unique(matchid, teamid)constraint fk_match_matches foreign key (matchid) references matches (matchid),constraint fk_match_ct foreign key (teamid) references competitions_teams (teamid),same here