How to use the SMALLINT function from sequelize
Find comprehensive JavaScript sequelize.SMALLINT code examples handpicked from public code repositorys.
28 29 30 31 32 33 34 35 36 37
}, cid: { type: Sequelize.STRING }, level: { type: Sequelize.SMALLINT }, rg: { type: Sequelize.SMALLINT },
1
5
2
+ 4 other calls in file
sequelize.col is the most popular function in sequelize (1002 examples)