add analytic

This commit is contained in:
Henry
2023-09-11 23:44:20 +01:00
parent 0a5d453338
commit d19f72db6f
42 changed files with 742 additions and 82 deletions
@@ -28,6 +28,9 @@ export class ChatFlow implements IChatFlow {
@Column({ nullable: true, type: 'text' })
apiConfig?: string
@Column({ nullable: true, type: 'text' })
analytic?: string
@CreateDateColumn()
createdDate: Date