SQL table 추가 및 culumn명 변경
Open
@nunu1101 is already working on this.
Since Feb 25, 2024.
Assessment
This issue has not been assessed yet.
Description
good first issue
EMPLOYEE
- CURRENT_STATUS culumn 순서 변경
STATUS_CATEGORY
- table 추가
VACANT
- culumn 추가
1-1, VACANT_NO ( PK ) : 기존 PK VACANT_CATEGORY
1-2. VACANT_APPLY_DATE : 부재 신청한 날짜
1-3. VACANT_DAY_DATE : 부재 당일 날짜 - culumn 변경 : VACANT_CATEGORY -> STATUS_CODE ( FK from STATUS_CATEGORY)
- culumn 제거 : VACANT_NAME -> STATUS_CATEGORY 테이블에서 STATUS_NAME으로 관리할것이기 때문
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.