mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
fix invalid sql
This commit is contained in:
parent
f12f48eff1
commit
6f28586a72
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ CREATE TABLE `charaglobalitem` (
|
||||||
`buffer_4` int(3) DEFAULT '0',
|
`buffer_4` int(3) DEFAULT '0',
|
||||||
`IS_DELETE` int(3) DEFAULT '0',
|
`IS_DELETE` int(3) DEFAULT '0',
|
||||||
`IS_NOT_ACTIVE_FLG` int(3) DEFAULT '0',
|
`IS_NOT_ACTIVE_FLG` int(3) DEFAULT '0',
|
||||||
`UPDATE_DATE` datetime DATETIME NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
`UPDATE_DATE` DATETIME NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
PRIMARY KEY (`itemId`),
|
PRIMARY KEY (`itemId`),
|
||||||
KEY `CharacterId` (`CharacterId`),
|
KEY `CharacterId` (`CharacterId`),
|
||||||
KEY `storageId` (`storageId`),
|
KEY `storageId` (`storageId`),
|
||||||
|
|
Loading…
Add table
Reference in a new issue