summaryrefslogtreecommitdiff
path: root/db/schema/vendorData.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-24 11:06:32 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-24 11:06:32 +0000
commit1dc24d48e52f2e490f5603ceb02842586ecae533 (patch)
tree8fca2c5b5b52cc10557b5ba6e55b937ae3c57cf6 /db/schema/vendorData.ts
parented0d6fcc98f671280c2ccde797b50693da88152e (diff)
(대표님) 정기평가 피드백 반영, 설계 피드백 반영, (최겸) 기술영업 피드백 반영
Diffstat (limited to 'db/schema/vendorData.ts')
-rw-r--r--db/schema/vendorData.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema/vendorData.ts b/db/schema/vendorData.ts
index 5e1e65cf..a512a8d7 100644
--- a/db/schema/vendorData.ts
+++ b/db/schema/vendorData.ts
@@ -248,7 +248,8 @@ export const tagTypeClassFormMappings = pgTable("tag_type_class_form_mappings",
table.projectId,
table.tagTypeLabel,
table.classLabel,
- table.formCode
+ table.formCode,
+ table.remark
)
};
});