You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, during the creation of a table you can add the foreign key constraint to columns within your table. While this works for foreign keys that reference other tables, you are unable to a column within the table being created. This would be useful for when a parent-child relationship is needed, such as a nested comment or a manager and employees, where different columns would link with each other
Right now you need to create the table and add the constraints afterwards, this would be a simple QOL feature
The text was updated successfully, but these errors were encountered:
Right now, during the creation of a table you can add the foreign key constraint to columns within your table. While this works for foreign keys that reference other tables, you are unable to a column within the table being created. This would be useful for when a parent-child relationship is needed, such as a nested comment or a manager and employees, where different columns would link with each other
Right now you need to create the table and add the constraints afterwards, this would be a simple QOL feature
The text was updated successfully, but these errors were encountered: