(attr)
| 3258 | } |
| 3259 | |
| 3260 | static _getDefaultTimestamp(attr) { |
| 3261 | if (!!this.rawAttributes[attr] && !!this.rawAttributes[attr].defaultValue) { |
| 3262 | return Utils.toDefaultValue(this.rawAttributes[attr].defaultValue, this.sequelize.options.dialect); |
| 3263 | } |
| 3264 | return undefined; |
| 3265 | } |
| 3266 | |
| 3267 | static _expandAttributes(options) { |
| 3268 | if (!_.isPlainObject(options.attributes)) { |