feat: 경매장 테이블 새로 작성

This commit is contained in:
2022-06-09 01:21:21 +09:00
parent 7964aa5f6b
commit 98c1213b10
2 changed files with 26 additions and 2 deletions
+3 -1
View File
@@ -66,4 +66,6 @@ ENGINE=Aria;
DROP TABLE IF EXISTS ng_betting;
DROP TABLE IF EXISTS vote;
DROP TABLE IF EXISTS vote_comment;
DROP TABLE IF EXISTS vote_comment;
DROP TABLE IF EXISTS `ng_auction`;