DropForeignKeyChange
Summary
Alter-table change that drops a foreign key constraint.
Signature
type DropForeignKeyChange = {
kind: "dropForeignKey";
name: string;
};
Alter-table change that drops a foreign key constraint.
type DropForeignKeyChange = {
kind: "dropForeignKey";
name: string;
};