Back to Sequelize

RANGE

static/v5/class/lib/data-types.js~RANGE.html

latest808 B
Original Source

publicclass| source

RANGE

Extends:

lib/data-types.js~ABSTRACT → RANGE

Range types are data types representing a range of values of some element type (called the range's subtype). Only available in Postgres. See the Postgres documentation for more details

Constructor Summary

| Public Constructor | | public |

constructor(subtype: ABSTRACT)

| |

Public Constructors

publicconstructor(subtype: ABSTRACT) source

Params:

| Name | Type | Attribute | Description | | subtype | ABSTRACT | |

A subtype for range, like RANGE(DATE)

|