create table board(idx INT(11) not null auto_increment primary key, subject varchar(100) not null,
content text, today datetime default current_timestamp, hit int(11) )auto_increment-1 default charset-utf8mb4;
source C:\Coding\Node JS..... 누르면 DB change
목표는 아래 같은 표 이해하기
'Node JS' 카테고리의 다른 글
MariaDB 연결하기 (0) | 2021.04.22 |
---|---|
get req.query.name / post req.body.name (0) | 2021.04.22 |
PK? %? limit? Data type (0) | 2021.04.22 |
Server 연결 전체 JS 구문 (0) | 2021.04.21 |
req.body 가져오기 / Query문 작성/join.html (0) | 2021.04.21 |