From 8f074e419963698df7fd8ed0977bfdb35d28d581 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Fri, 20 Dec 2024 04:47:49 +0700 Subject: [PATCH] update --- src/entity/summarizes.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/entity/summarizes.ts b/src/entity/summarizes.ts index bd9fc65..c3be175 100644 --- a/src/entity/summarizes.ts +++ b/src/entity/summarizes.ts @@ -12,9 +12,8 @@ export class Summarize { @Column({ nullable: true, - length: 256 }) - position_date: string; + position_date: Date; @Column({ type: 'enum',