mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
First github Commit
This commit is contained in:
@@ -5,7 +5,9 @@ const sequelize = require("../util/database");
|
||||
const Whatsapp = sequelize.define("whatsapp", {
|
||||
session: { type: Sequelize.TEXT() },
|
||||
qrcode: { type: Sequelize.TEXT() },
|
||||
status: { type: Sequelize.STRING(20) },
|
||||
status: { type: Sequelize.STRING(60) },
|
||||
battery: { type: Sequelize.STRING(20) },
|
||||
plugged: { type: Sequelize.BOOLEAN() },
|
||||
});
|
||||
|
||||
module.exports = Whatsapp;
|
||||
|
||||
Reference in New Issue
Block a user