Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

SQL table 추가 및 culumn명 변경

Open
#1 0 comments 0 reactions 1 assignee View on GitHub

@nunu1101 is already working on this.

Since Feb 25, 2024.

Assessment

This issue has not been assessed yet.

Description

good first issue

EMPLOYEE

  1. CURRENT_STATUS culumn 순서 변경
    employee_table_순서변경

STATUS_CATEGORY

  1. table 추가
    status_table추가

VACANT

  1. culumn 추가
    1-1, VACANT_NO ( PK ) : 기존 PK VACANT_CATEGORY
    1-2. VACANT_APPLY_DATE : 부재 신청한 날짜
    1-3. VACANT_DAY_DATE : 부재 당일 날짜
  2. culumn 변경 : VACANT_CATEGORY -> STATUS_CODE ( FK from STATUS_CATEGORY)
  3. culumn 제거 : VACANT_NAME -> STATUS_CATEGORY 테이블에서 STATUS_NAME으로 관리할것이기 때문
    vacant_table_culumn추가변경
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.