changed whatsapp model

This commit is contained in:
canove
2020-09-19 09:52:39 -03:00
parent c77eacf341
commit eab7719583
3 changed files with 32 additions and 27 deletions

View File

@@ -38,7 +38,7 @@ class Whatsapp extends Model<Whatsapp> {
@Default(false)
@AllowNull
@Column
default: boolean;
isDefault: boolean;
@CreatedAt
createdAt: Date;