aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.6/3017_auctionhouse.sql
blob: 0125fc62212d96f8ee0683d580a5d6657ff618ce (plain)
1
2
3
4
5
ALTER TABLE `auctionhouse` 
  MODIFY COLUMN `auctioneerguid` int(11) unsigned NOT NULL default '0',
  MODIFY COLUMN `itemguid` int(11) unsigned NOT NULL default '0',
  MODIFY COLUMN `itemowner` int(11) unsigned NOT NULL default '0',
  MODIFY COLUMN `buyguid` int(11) unsigned NOT NULL default '0';