updated whatsapp model

This commit is contained in:
canove
2020-09-19 09:54:08 -03:00
parent eab7719583
commit d3e0d1230f

View File

@@ -20,6 +20,9 @@ class Whatsapp extends Model<Whatsapp> {
@Column
id: number;
@Column(DataType.TEXT)
name: string;
@Column(DataType.TEXT)
session: string;