Function col

  • Creates a object representing a column in the DB. This is often useful in conjunction with sequelize.fn, since raw string arguments to fn will be escaped.

    Parameters

    • columnName: string

      The name of the column

    Returns Col

Generated using TypeDoc