How to use the Array function from sequelize
Find comprehensive JavaScript sequelize.Array code examples handpicked from public code repositorys.
GitHub: Ksinia/erudite-server
31 32 33 34 35 36 37 38 39 40
"Games", "wordsForValidation", { "type": Sequelize.JSONB, "field": "wordsForValidation", "defaultValue": Sequelize.Array }, { transaction: transaction }
1
0
2
+ 15 other calls in file
sequelize.col is the most popular function in sequelize (1002 examples)