Add Feat. Farewell Message

This commit is contained in:
Wender Teixeira
2021-10-18 21:43:44 -03:00
parent 124595516a
commit 11dcbd9707
7 changed files with 70 additions and 23 deletions

View File

@@ -50,6 +50,9 @@ class Whatsapp extends Model<Whatsapp> {
@Column(DataType.TEXT)
greetingMessage: string;
@Column(DataType.TEXT)
farewellMessage: string;
@Default(false)
@AllowNull
@Column