@@ -32,4 +32,7 @@ export class PhoneList {
@Column({ default: false })
del: boolean
+
+ @Column({ nullable: true })
+ country: string
}