ForeingkeyRef constructor
const
ForeingkeyRef({
- required String table,
- required String column,
- ForeingkeyActions? foreingKeyOnDelete,
- ForeingkeyActions? foreingKeyOnUpdate,
Implementation
const ForeingkeyRef({
required this.table,
required this.column,
this.foreingKeyOnDelete,
this.foreingKeyOnUpdate,
});