How to use the HSTORE function from sequelize
Find comprehensive JavaScript sequelize.HSTORE code examples handpicked from public code repositorys.
49 50 51 52 53 54 55 56 57 58
exports._TIME = Sequelize.TIME; exports._NOW = Sequelize.NOW; 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;
10
15
25
+ 9 other calls in file
sequelize.col is the most popular function in sequelize (1002 examples)