DropPrimaryKeyChange

View Source

Summary

Alter-table change that drops a primary key.

Signature

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