From 30ca9135588747bde05745b41994b093154fb223 Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Wed, 15 Jun 2016 20:00:41 +0200 Subject: [PATCH] SQL synchronization [ci skip] --- sql-files/item_db.sql | 2 +- sql-files/item_db_re.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql-files/item_db.sql b/sql-files/item_db.sql index 5ff944c684..f305efbafa 100644 --- a/sql-files/item_db.sql +++ b/sql-files/item_db.sql @@ -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` int(10) unsigned DEFAULT NULL, + `equip_jobs` bigint(20) unsigned DEFAULT NULL, `equip_upper` tinyint(2) unsigned DEFAULT NULL, `equip_genders` tinyint(1) unsigned DEFAULT NULL, `equip_locations` mediumint(7) unsigned DEFAULT NULL, diff --git a/sql-files/item_db_re.sql b/sql-files/item_db_re.sql index 0c8e9eade0..318cf811a9 100644 --- a/sql-files/item_db_re.sql +++ b/sql-files/item_db_re.sql @@ -15,7 +15,7 @@ CREATE TABLE `item_db_re` ( `defence` smallint(5) unsigned DEFAULT NULL, `range` tinyint(2) unsigned DEFAULT NULL, `slots` tinyint(2) unsigned DEFAULT NULL, - `equip_jobs` int(10) unsigned DEFAULT NULL, + `equip_jobs` bigint(20) unsigned DEFAULT NULL, `equip_upper` tinyint(2) unsigned DEFAULT NULL, `equip_genders` tinyint(1) unsigned DEFAULT NULL, `equip_locations` mediumint(7) unsigned DEFAULT NULL,