From 1a314f6854915c0e15e6c3f0fa45975fb13513ab Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Mon, 13 Jan 2025 15:03:43 +0700 Subject: [PATCH] update col --- src/entity/user_activity.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/entity/user_activity.ts b/src/entity/user_activity.ts index d343072..32ab2e1 100644 --- a/src/entity/user_activity.ts +++ b/src/entity/user_activity.ts @@ -18,10 +18,10 @@ export class UserActivity { // @JoinColumn() user: User; - @Column({ - type: 'uuid' - }) - id_user: string; + // @Column({ + // type: 'uuid' + // }) + // id_user: string; @Index() @Column({