AddForeignKeyChange
Summary
Alter-table change that adds a foreign key constraint.
Signature
type AddForeignKeyChange = {
constraint: ForeignKeyConstraint;
kind: "addForeignKey";
};
Alter-table change that adds a foreign key constraint.
type AddForeignKeyChange = {
constraint: ForeignKeyConstraint;
kind: "addForeignKey";
};