interface RenameTableQueryOptions {
    changeSchema?: boolean;
}

Hierarchy (view full)

Properties

Properties

changeSchema?: boolean