View Single Post
  #13  
Old 11-07-2004, 02:32 AM
mrea
Discordant
 
Join Date: Sep 2004
Location: Camp Hill,PA
Posts: 370
Default

Don't hold me to this but I think its as follows for the rezzed column:
Code:
alter table `player_corpses` add `rezzed` tinyint(3) unsigned default "0";
__________________


Reply With Quote