ForeignKeyDefinition constructor
const
ForeignKeyDefinition({})
Implementation
const ForeignKeyDefinition({
required this.column,
required this.refTable,
required this.refColumn,
this.onDelete = 'restrict',
this.onUpdate = 'restrict',
});