Remix
Remix
remix/data-table · TypeView Source

DropUniqueChange

Summary

Alter-table change that drops a unique constraint.

Signature

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