refactor: add SUBMISSION_TARGET_NM field to SD_SURVEY_SALES_BASIC_INFO model

- Introduced SUBMISSION_TARGET_NM to enhance the data structure of the SD_SURVEY_SALES_BASIC_INFO model.
- Ensured consistency with existing field types and structure.
This commit is contained in:
yoosangwook 2025-05-30 16:47:16 +09:00
parent c2e76fa764
commit 78beaa7b8a

View File

@ -23,6 +23,7 @@ model SD_SURVEY_SALES_BASIC_INFO {
SUBMISSION_STATUS Boolean @default(false)
SUBMISSION_DATE DateTime? @db.Date
SUBMISSION_TARGET_ID String? @db.NVarChar(200)
SUBMISSION_TARGET_NM String? @db.NVarChar(200)
REG_DT DateTime @default(now())
UPT_DT DateTime @updatedAt
REPRESENTATIVE_ID String? @db.NVarChar(100)