mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
updated whatsapp model
This commit is contained in:
@@ -20,6 +20,9 @@ class Whatsapp extends Model<Whatsapp> {
|
||||
@Column
|
||||
id: number;
|
||||
|
||||
@Column(DataType.TEXT)
|
||||
name: string;
|
||||
|
||||
@Column(DataType.TEXT)
|
||||
session: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user