Sequelize constants plugin
Plugin allow to define constants in sequelize model
Usage
const sequelize = credentials options ; // Use plugin sequelize ; const MyModel = sequelize; /// NOW access by console; MyModelSTATUS_PENDING = 'foo'; // throw an error, readonly property!