标签: node.js model default sequelize.js
我想自动更改此定义的所有表的id类型:
id : { type : DataTypes.BIGINT.UNSIGNED, autoIncrement : true, primaryKey : true }
在Sequelize doc中,有一些用于一般用途的选项。
但是默认属性或传递给每个表的自定义属性都没有。 有什么想法吗?