l2j_mobius/trunk/dist/sql/game/updates/20100306update.sql
2015-01-01 20:02:50 +00:00

4 lines
317 B
SQL

ALTER TABLE `auction_bid` MODIFY `maxBid` BIGINT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `auction` MODIFY `itemQuantity` BIGINT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `auction` MODIFY `startingBid` BIGINT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `auction` MODIFY `currentBid` BIGINT UNSIGNED NOT NULL DEFAULT 0;