ForeignKey constructor
const
ForeignKey(})
Describes a foreign key; the default deletion action is RESTRICT.
Implementation
const ForeignKey(
this.columns,
this.target,
this.targetColumns, {
this.onDelete = 'RESTRICT',
});