On this page
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
public constructor(subtype: ABSTRACT) source
Params:
| Name | Type | Attribute | Description |
|---|---|---|---|
| subtype | ABSTRACT | A subtype for range, like RANGE(DATE) |
Copyright © 2014–present Sequelize contributors
Licensed under the MIT License.
https://sequelize.org/v5/class/lib/data-types.js~RANGE.html