interface CreateSchemaQueryOptions {
    authorization?: string | Literal;
    charset?: string;
    collate?: string;
    comment?: string;
    ifNotExists?: boolean;
    replace?: boolean;
}

Hierarchy (view full)

Properties

authorization?: string | Literal
charset?: string
collate?: string
comment?: string
ifNotExists?: boolean
replace?: boolean