refac, wip: con 삭제,생성 관련

This commit is contained in:
2023-07-07 10:57:52 +00:00
parent 49429e1e7e
commit 758ae06fd9
4 changed files with 10 additions and 2 deletions
-2
View File
@@ -11,8 +11,6 @@ CREATE TABLE `general` (
`bornyear` INT(3) NULL DEFAULT '180',
`deadyear` INT(3) NULL DEFAULT '300',
`newmsg` INT(1) NULL DEFAULT '0',
`con` INT(6) NOT NULL DEFAULT '0',
`connect` INT(6) NOT NULL DEFAULT '0',
`picture` VARCHAR(40) NOT NULL,
`imgsvr` INT(1) NOT NULL DEFAULT '0',
`name` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_bin',