(attr)
| 3384 | } |
| 3385 | |
| 3386 | static _getDefaultTimestamp(attr) { |
| 3387 | if (!!this.rawAttributes[attr] && !!this.rawAttributes[attr].defaultValue) { |
| 3388 | return Utils.toDefaultValue(this.rawAttributes[attr].defaultValue, this.sequelize.options.dialect); |
| 3389 | } |
| 3390 | return undefined; |
| 3391 | } |
| 3392 | |
| 3393 | static _expandAttributes(options) { |
| 3394 | if (!_.isPlainObject(options.attributes)) { |