API Reference Source
public class | source

ARRAY

Extends:

lib/data-types.js~ABSTRACT → ARRAY

An array of type. Only available in Postgres.

Example:

DataTypes.ARRAY(DataTypes.DECIMAL)

Constructor Summary

Public Constructor
public

constructor(type: ABSTRACT)

Public Constructors

public constructor(type: ABSTRACT) source

Params:

NameTypeAttributeDescription
type ABSTRACT

type of array values