From 623d9e17be9e22ba164128df45aab508febcc9a1 Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Sat, 30 Nov 2024 15:40:06 +0700 Subject: [PATCH] update entity --- src/entity/products.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/products.ts b/src/entity/products.ts index 4ca0b56..9aa5432 100644 --- a/src/entity/products.ts +++ b/src/entity/products.ts @@ -12,7 +12,7 @@ export class Product { unique: true, length: 6 }) - code: number; + code: string; @Column({ nullable: true,