You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erDiagram
Board {
long id
string title
string content
datetime createtime
datetime modifiedTime
}
Comment {
long id
string content
datetime createtime
long boardId
}
섹션 4 - 게시판 만들어보기
화면
게시판 작성 기능 만들기
게시판 목록, 상세 기능 만들기
게시판 수정 기능 만들기
게시판 삭제 기능 만들기
댓글 작성 기능 만들기
댓글 조회(목록) 기능 만들기
테이블
edu_{이름}_boarderDiagram Board { long id string title string content datetime createtime datetime modifiedTime } Comment { long id string content datetime createtime long boardId }edu_{이름}_comment참고 MR
MR: #6