summaryrefslogtreecommitdiff
path: root/db/schema/vendors.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-02 09:46:01 +0000
committerjoonhoekim <26rote@gmail.com>2025-09-02 09:46:01 +0000
commit72f212f717f136e875e7623404a5ddd4c5268901 (patch)
treed2e829f70ac16c583ee012c0a1a125c41b2abaa9 /db/schema/vendors.ts
parentdec7dedd9409f1ee1afa2ac1ca7c17ff611c3df8 (diff)
(김준회) vendorWithTypesView 에 item 선택 롤백
Diffstat (limited to 'db/schema/vendors.ts')
-rw-r--r--db/schema/vendors.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema/vendors.ts b/db/schema/vendors.ts
index e2b00632..f6f74373 100644
--- a/db/schema/vendors.ts
+++ b/db/schema/vendors.ts
@@ -462,6 +462,7 @@ export const vendorsWithTypesView = pgView("vendors_with_types").as((qb) => {
representativeEmail: sql<string>`${vendors.representativeEmail}`.as("representative_email"),
representativePhone: sql<string>`${vendors.representativePhone}`.as("representative_phone"),
corporateRegistrationNumber: sql<string>`${vendors.corporateRegistrationNumber}`.as("corporate_registration_number"),
+ items: sql<string>`${vendors.items}`.as("items"),
creditAgency: sql<string>`${vendors.creditAgency}`.as("credit_agency"),
creditRating: sql<string>`${vendors.creditRating}`.as("credit_rating"),
cashFlowRating: sql<string>`${vendors.cashFlowRating}`.as("cash_flow_rating"),