diff --git a/serverfiles/sql/player.sql b/serverfiles/sql/player.sql index a54259f8d..3459b4a2f 100644 --- a/serverfiles/sql/player.sql +++ b/serverfiles/sql/player.sql @@ -139,7 +139,7 @@ CREATE TABLE `item` ( `attrvalue5` smallint(6) NOT NULL DEFAULT 0, `attrtype6` tinyint(3) UNSIGNED NOT NULL DEFAULT 0, `attrvalue6` smallint(6) NOT NULL DEFAULT 0, - `ikashop_data` varchar(250) NOT NULL DEFAULT '', + `ikashop_data` TEXT(250), PRIMARY KEY (`id`), KEY `owner_id_idx` (`owner_id`), KEY `item_vnum_index` (`vnum`)