ForeignKeyDefinition constructor
const
ForeignKeyDefinition({})
Implementation
const ForeignKeyDefinition({
required this.name,
required this.columns,
required this.referencedTable,
required this.referencedColumns,
this.onUpdate,
this.onDelete,
});