DropIndexOperation
Summary
Operation that drops an index.
Signature
type DropIndexOperation = {
ifExists?: boolean;
kind: "dropIndex";
name: string;
table: TableRef;
};
Operation that drops an index.
type DropIndexOperation = {
ifExists?: boolean;
kind: "dropIndex";
name: string;
table: TableRef;
};