DropUniqueChange

View Source

Summary

Alter-table change that drops a unique constraint.

Signature

type DropUniqueChange = {
  kind: "dropUnique";
  name: string;
};