Renamed characters SQL table obj_Id field to charId.

This commit is contained in:
MobiusDevelopment
2020-08-27 10:25:57 +00:00
parent 1b76d624b0
commit 662603c11a
34 changed files with 114 additions and 114 deletions

View File

@@ -3,7 +3,7 @@
-- ---------------------------
CREATE TABLE IF NOT EXISTS characters (
account_name varchar(45) default NULL,
obj_Id decimal(11,0) NOT NULL default '0',
charId decimal(11,0) NOT NULL default '0',
char_name varchar(35) NOT NULL,
`level` decimal(11,0) default NULL,
maxHp decimal(11,0) default 1,