feat: 조사매물 테이블에 삭제여부 컬럼 추가

This commit is contained in:
Daseul Kim 2025-08-04 14:40:25 +09:00
parent 4118af35cd
commit 5651476e78

View File

@ -28,6 +28,7 @@ model SD_SURVEY_SALES_BASIC_INFO {
STORE_ID String? @db.NVarChar(100)
CONSTRUCTION_POINT_ID String? @db.NVarChar(200)
SUBMISSION_TARGET_NM String? @db.NVarChar(200)
DEL_YN String @default("N", map: "DF__SD_SURVEY__DEL_Y__4D5F7D71") @db.NVarChar(20)
DETAIL_INFO SD_SURVEY_SALES_DETAIL_INFO?
}