ForeignKeyInfo constructor
const
ForeignKeyInfo({})
Implementation
const ForeignKeyInfo({
required this.constraintName,
required this.fromTable,
required this.fromColumn,
required this.toTable,
required this.toColumn,
this.onUpdate = '',
this.onDelete = '',
});