ForeignKeyDefinition constructor
ForeignKeyDefinition({})
Creates a new ForeignKeyDefinition.
Implementation
ForeignKeyDefinition({
required this.columnName,
required this.toTable,
required this.toColumn,
this.onUpdate,
this.onDelete,
});