interface AddColumnQueryOptions {
    ifNotExists?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

ifNotExists?: boolean