ForeignKeyConstraint constructor
const
ForeignKeyConstraint(
- String? name,
- String srcColumn,
- String table,
- String column,
- ForeignKeyAction onDelete,
- ForeignKeyAction onUpdate,
Implementation
const ForeignKeyConstraint(
super.name, this.srcColumn, this.table, this.column, this.onDelete, this.onUpdate);