Only fk constraints may be altered in PostgreSQL
Only foreign key constraints may be altered in PostgreSQL:
Now we can see the constraint:
But now we can change the foreign key to be deferrable:
After:
TweetOnly foreign key constraints may be altered in PostgreSQL:
Now we can see the constraint:
But now we can change the foreign key to be deferrable:
After:
Tweet