Sequelize默认ID类型

时间:2014-09-17 12:59:05

标签: node.js model default sequelize.js

我想自动更改此定义的所有表的id类型:

id : {
  type : DataTypes.BIGINT.UNSIGNED,
  autoIncrement : true,
  primaryKey : true
}

Sequelize doc中,有一些用于一般用途的选项。

但是默认属性或传递给每个表的自定义属性都没有。 有什么想法吗?

0 个答案:

没有答案