improvement: Message Entity link_type 컬럼 추가 (#74) #75
No reviewers
SPMS/Owners
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#75
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#74-message-linktype"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 작업 요약
LinkType프로퍼티 추가 (DB_Schema.md 정의와 코드 동기화)LinkType설정 추가 (VARCHAR(20), nullable)🔗 관련 이슈 (Related Issues)
Closes #74
🛠️ 작업 내용 (Changes)
SPMS.Domain/Entities/Message.cs—LinkType프로퍼티 추가 (string?, nullable)SPMS.Infrastructure/Persistence/Configurations/MessageConfiguration.cs—LinkTypeHasMaxLength(20) 설정 추가SPMS.Infrastructure/Migrations/20260210040946_AddMessageLinkType.cs— Migration 생성📢 리뷰어 참고 사항 (To Reviewers)
link_type VARCHAR(20)(링크 유형: deeplink, web, none)이 Entity에 누락되어 있어 추가✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)