mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Updated SQL
This commit is contained in:
parent
348ca42f0e
commit
ad5eae79ee
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ CREATE TABLE IF NOT EXISTS `charadetail` (
|
||||||
`PathId` int(10) DEFAULT NULL,
|
`PathId` int(10) DEFAULT NULL,
|
||||||
`StepIndex` int(5) DEFAULT NULL,
|
`StepIndex` int(5) DEFAULT NULL,
|
||||||
`ChocoboTaxiStandFlags` binary(8) DEFAULT NULL,
|
`ChocoboTaxiStandFlags` binary(8) DEFAULT NULL,
|
||||||
|
`GMRank` int(3) DEFAULT '0',
|
||||||
`unlocks` binary(64) DEFAULT NULL,
|
`unlocks` binary(64) DEFAULT NULL,
|
||||||
`CharacterId` int(20) NOT NULL DEFAULT '0',
|
`CharacterId` int(20) NOT NULL DEFAULT '0',
|
||||||
`IS_DELETE` int(3) DEFAULT '0',
|
`IS_DELETE` int(3) DEFAULT '0',
|
||||||
|
|
Loading…
Add table
Reference in a new issue