게시물 구조 설정

This commit is contained in:
2019-01-17 03:12:26 +09:00
parent 74d5f021cd
commit 8e56a457f1
3 changed files with 108 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@ DROP TABLE IF EXISTS general;
# 국가 테이블 삭제
DROP TABLE IF EXISTS nation;
# 회의실 테이블 삭제
DROP TABLE IF EXISTS board;
DROP TABLE IF EXISTS comment;
# 도시 테이블 삭제
DROP TABLE IF EXISTS city;