remix/data-table · TypeView Source
DropForeignKeyOperation
Summary
Operation that drops a table-level foreign key.
Signature
type DropForeignKeyOperation = {
kind: "dropForeignKey";
name: string;
table: TableRef;
};
Operation that drops a table-level foreign key.
type DropForeignKeyOperation = {
kind: "dropForeignKey";
name: string;
table: TableRef;
};