Remix
Remix
remix/data-table · TypeView Source

DropForeignKeyOperation

Summary

Operation that drops a table-level foreign key.

Signature

type DropForeignKeyOperation = {
  kind: "dropForeignKey";
  name: string;
  table: TableRef;
};