프로젝트1 게시판 db 설계

Gunny Park·2022년 12월 23일

create table memberboard (
num int not null auto_increment primary key,
email char(40) not null,
nickName char(40) not null,
subject char(200) not null,
content text not null,
regist_day char(20),
file_name char(40),
file_type char(40),
file_copied char(40)
);

profile
ASD programmer

0개의 댓글