diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-12 11:34:03 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-12 11:34:03 +0000 |
| commit | cd682438ffed4c2fd551606dc6dbec7b62497f6d (patch) | |
| tree | e0e8f2a5eefa22a81c80951031fc53942b5757d3 /db/schema/vendors.ts | |
| parent | 4b76297a7b9f36fdbffe58b152e5ba418b0e6237 (diff) | |
(대표님) 스키마 변경사항항
Diffstat (limited to 'db/schema/vendors.ts')
| -rw-r--r-- | db/schema/vendors.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema/vendors.ts b/db/schema/vendors.ts index f56a1288..182b7037 100644 --- a/db/schema/vendors.ts +++ b/db/schema/vendors.ts @@ -59,6 +59,8 @@ export const vendors = pgTable("vendors", { creditRating: varchar("credit_rating", { length: 50 }), cashFlowRating: varchar("cash_flow_rating", { length: 50 }), + businessSize: varchar("business_size", { length: 255 }), + createdAt: timestamp("created_at").defaultNow().notNull(), updatedAt: timestamp("updated_at").defaultNow().notNull(), }); |
