ForeignKey constructor
ForeignKey({})
Implementation
ForeignKey({
required this.sourceTable,
required this.sourceKeyColumn,
required this.sourceTargetColumn,
required this.lookupTable,
required this.lookupKeyColumn,
required this.lookupResultColumn,
this.isProtected = true,
this.onDeleteCascade = false,
});