interface AlterTableColumnAlteringBuilderProps {
    executor: QueryExecutor;
    node: kysely.AlterTableNode;
    queryId: QueryId;
}

Hierarchy (view full)

Properties

Properties

executor: QueryExecutor
queryId: QueryId