mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
maintenance commit
This commit is contained in:
@@ -5,6 +5,8 @@ const Message = sequelize.define("message", {
|
||||
userId: { type: Sequelize.INTEGER, defaultValue: 0 },
|
||||
messageBody: { type: Sequelize.STRING(250), allowNull: false },
|
||||
read: { type: Sequelize.BOOLEAN, defaultValue: false },
|
||||
mediaUrl: { type: Sequelize.STRING(250) },
|
||||
mediaType: { type: Sequelize.STRING(250) },
|
||||
});
|
||||
|
||||
module.exports = Message;
|
||||
|
||||
Reference in New Issue
Block a user