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