Constructors

  • Parameters

    • column: string

    Returns AlterColumnBuilder

Properties

#private: any

Methods

  • Simply calls the provided function passing this as the only argument. $call returns what the provided function returns.

    Type Parameters

    • T

    Parameters

    • func: ((qb) => T)
        • (qb): T
        • Parameters

          • qb: this

          Returns T

    Returns T

  • Parameters

    • dataType: DataTypeExpression

    Returns AlteredColumnBuilder

  • Parameters

    • value: unknown

    Returns AlteredColumnBuilder