DB 스키마 준비

This commit is contained in:
2019-01-12 07:21:34 +09:00
parent bd3e886d7e
commit 51e9de0e79
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ DROP TABLE IF EXISTS message;
# 외교 테이블 삭제
DROP TABLE IF EXISTS diplomacy;
DROP TABLE IF EXISTS ng_diplomacy;
# 토너먼트 테이블 삭제
DROP TABLE IF EXISTS tournament;