DropForeignKeyChange

View Source

Summary

Alter-table change that drops a foreign key constraint.

Signature

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