<aside> 💡 컬럼명 규칙 참고 https://purumae.tistory.com/200 https://taptorestart.tistory.com/entry/MySQL-데이터베이스명-테이블명-컬럼명은-어떻게-지어야-할까
</aside>
<aside> 📌 여기에 규칙 필요한 것 있으면 추가해주세요
컬럼명 snake case로 작성
bool
보다는 tinyint(1)
을 사용하기를 권장 (참고링크)
id
는 Long
타입으로
primary key는 id
로 하자
테이블 명은 단수로
<aside> 💭 여기에 논의사항 추가해주세요
</aside>
</aside>