◆ t_reply - 댓글 테이블 생성
페이지 정보
![profile_image](https://dancepkt.cafe24.com/data/member_image/ad/admin.gif?1630310007)
본문
create table t_reply (
rno int not null auto_increment,
bno int not null default 0,
replytext varchar(1000) not null,
replyer varchar(50) not null,
regdate timestamp not null default now(),
updatedate timestamp not null default now(),
primary key(rno)
);
- 이전글● DTO 만들기 ( ReplyDto.java ) 24.06.13
- 다음글● ======== ( REST ) ======== ● 24.06.12
댓글목록
등록된 댓글이 없습니다.