interface AddColumnQueryOptions {
    ifNotExists?: boolean;
}

Hierarchy (view full)

Properties

Properties

ifNotExists?: boolean