Remix
Remix
remix/data-table · TypeView Source

DropForeignKeyChange

Summary

Alter-table change that drops a foreign key constraint.

Signature

type DropForeignKeyChange = {
  kind: "dropForeignKey";
  name: string;
};