• Drop unique constraint

    Parameters

    • table_name: string

      table name

    • field_names: string[]

      list of columns (members of constraint)

    • query_func: any
    • is_unique: boolean
    • Optional logger: any

    Returns Promise<void>

    no results

Generated using TypeDoc