ARRAY
繼承自
src/data-types.js~ABSTRACT → ARRAY
type
的陣列。僅適用於 Postgres。
範例
DataTypes.ARRAY(DataTypes.DECIMAL)
建構子摘要
公開建構子 | ||
公開 |
constructor(type: ABSTRACT) |
公開建構子
公開 constructor(type: ABSTRACT) 原始碼
參數
名稱 | 類型 | 屬性 | 描述 |
type | ABSTRACT | 陣列值的類型 |