DropTableOperation
Summary
Operation that drops a table.
Signature
type DropTableOperation = {
cascade?: boolean;
ifExists?: boolean;
kind: "dropTable";
table: TableRef;
};
Operation that drops a table.
type DropTableOperation = {
cascade?: boolean;
ifExists?: boolean;
kind: "dropTable";
table: TableRef;
};