Case
SQLColumnConstraintAlgorithm.foreignKey(references:)
A
FOREIGN KEY column constraint, specifying the referenced data.case foreignKey(references: any SQLExpression)
Discussion
The references expression is usually an instance of SQLForeignKey.
See also SQLTableConstraintAlgorithm.foreignKey(columns:references:).