Remix
Remix
remix/data-table · TypeView Source

DropPrimaryKeyChange

Summary

Alter-table change that drops a primary key.

Signature

type DropPrimaryKeyChange = {
  kind: "dropPrimaryKey";
  name: string;
};