summaryrefslogtreecommitdiff
path: root/db/schema
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema')
-rw-r--r--db/schema/users.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema/users.ts b/db/schema/users.ts
index 278bc7ab..c67f6cc3 100644
--- a/db/schema/users.ts
+++ b/db/schema/users.ts
@@ -72,6 +72,8 @@ export const users = pgTable("users", {
// 사용자 코드 (구매그룹코드)
userCode: varchar("user_code", { length: 50 }),
+ // 조달담당자 코드 (MMK010)
+ procurementManagerCode: varchar("procurement_manager_code", { length: 50 }),
}, (table) => {
return {