数组
继承自
src/data-types.js~ABSTRACT → ARRAY
type
类型的数组。仅在Postgres中可用。
示例
DataTypes.ARRAY(DataTypes.DECIMAL)
构造函数摘要
公共构造函数 | ||
public |
constructor(type: ABSTRACT) |
公共构造函数
public constructor(type: ABSTRACT) source
参数
名称 | 类型 | 属性 | 描述 |
type | ABSTRACT | 数组值的类型 |