SQL synchronization

[ci skip]
This commit is contained in:
rAthenaAPI
2016-06-15 19:57:13 +02:00
parent c6df701f64
commit 0a28f4778a
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ CREATE TABLE `item_db` (
`defence` smallint(5) unsigned DEFAULT NULL,
`range` tinyint(2) unsigned DEFAULT NULL,
`slots` tinyint(2) unsigned DEFAULT NULL,
`equip_jobs` bigint(20) unsigned DEFAULT NULL,
`equip_jobs` int(10) unsigned DEFAULT NULL,
`equip_upper` tinyint(2) unsigned DEFAULT NULL,
`equip_genders` tinyint(1) unsigned DEFAULT NULL,
`equip_locations` mediumint(7) unsigned DEFAULT NULL,