summaryrefslogtreecommitdiff
path: root/db/schema/vendorDocu.ts
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema/vendorDocu.ts')
-rw-r--r--db/schema/vendorDocu.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema/vendorDocu.ts b/db/schema/vendorDocu.ts
index ce498b94..1e166e6b 100644
--- a/db/schema/vendorDocu.ts
+++ b/db/schema/vendorDocu.ts
@@ -11,6 +11,9 @@ export const documents = pgTable(
// 주 키
id: integer("id").primaryKey().generatedAlwaysAsIdentity(),
+ // documentType: varchar("document_type", { length: 50 }).notNull(),
+
+
// 어느 계약(Contract) 소속인지
contractId: integer("contract_id")
.notNull()