feat: GeneralAccessLog table 준비

- general 테이블에서 유저 접속과 관련한 로그만 분리
- ip 정보는 api 접속부에서 기록하므로 제외
This commit is contained in:
2023-07-07 10:57:51 +00:00
parent 7a9ef6454c
commit f8cc0c9c92
4 changed files with 75 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
#
DROP TABLE IF EXISTS general;
DROP TABLE IF EXISTS `general_turn`;
DROP TABLE IF EXISTS `general_acess_log`;
#
DROP TABLE IF EXISTS nation;
DROP TABLE IF EXISTS `nation_turn`;