nation_env 수정, $connect 일부 제거

This commit is contained in:
2020-05-06 01:53:00 +09:00
parent 562c69307e
commit e0c908d88f
26 changed files with 416 additions and 811 deletions
+1
View File
@@ -4,6 +4,7 @@ DROP TABLE IF EXISTS `general_turn`;
# 국가 테이블 삭제
DROP TABLE IF EXISTS nation;
DROP TABLE IF EXISTS `nation_turn`;
DROP TABLE IF EXISTS nation_env;
# 회의실 테이블 삭제
DROP TABLE IF EXISTS board;