분류 | 게시판 |
베스트 |
|
유머 |
|
이야기 |
|
이슈 |
|
생활 |
|
취미 |
|
학술 |
|
방송연예 |
|
방송프로그램 |
|
디지털 |
|
스포츠 |
|
야구팀 |
|
게임1 |
|
게임2 |
|
기타 |
|
운영 |
|
임시게시판 |
|
옵션 |
|
create table article (
article_id int not null auto_increment,
group_id int not null,
sequence_no char(16) not null,
posting_date datetime not null,
read_count int not null,
reply_count int not null,
writer_name varchar(20) not null,
password varchar(10),
title varchar(100),
content text,
primary key (article_id),
index (sequence_no)
) default character set = euckr;
죄송합니다. 댓글 작성은 회원만 가능합니다.