sql: support FOREIGN KEY constraints #2968
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone
A foreign key constraint specifies that the values in a column (or a group of columns) must match the values appearing in some row of another table and are used to maintain the referential integrity between two related tables.
The text was updated successfully, but these errors were encountered: