How to use the JSONB function from sequelize
Find comprehensive JavaScript sequelize.JSONB code examples handpicked from public code repositorys.
51 52 53 54 55 56 57 58 59 60
exports._UUID = Sequelize.UUID; exports._UUIDV1 = Sequelize.UUIDV1; exports._UUIDV4 = Sequelize.UUIDV4; exports._HSTORE = Sequelize.HSTORE; exports._JSON = Sequelize.JSON; exports._JSONB = Sequelize.JSONB; exports._ARRAY = Sequelize.ARRAY; exports._RANGE = Sequelize.RANGE; exports._GEOMETRY = Sequelize.GEOMETRY; exports._GEOGRAPHY = Sequelize.GEOGRAPHY;
10
15
25
+ 9 other calls in file
sequelize.col is the most popular function in sequelize (1002 examples)