summaryrefslogtreecommitdiff
path: root/db/schema/vendors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema/vendors.ts')
-rw-r--r--db/schema/vendors.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema/vendors.ts b/db/schema/vendors.ts
index c03949e0..fbf094cc 100644
--- a/db/schema/vendors.ts
+++ b/db/schema/vendors.ts
@@ -93,7 +93,6 @@ export const vendors = pgTable("vendors", {
// VENDOR_GENERAL 테이블은 별도 테이블로 분리함
});
-// eVCP 내 연락처로 오라클 측과는 무관...
export const vendorContacts = pgTable("vendor_contacts", {
id: serial("id").primaryKey(),
vendorId: integer("vendor_id").notNull().references(() => vendors.id),