@@ -36,4 +36,10 @@ export class TaskItem {
@Column({ default: false })
embed: boolean
+
+ @Column({ nullable: true })
+ country: string
+ @Column({ type: 'text', nullable: true })
+ clashProfile: string
}