ALTER TABLE `items` MODIFY `count` BIGINT UNSIGNED NOT NULL default 0; ALTER TABLE `itemsonground` MODIFY `count` BIGINT UNSIGNED NOT NULL default 0;