View Single Post
  #8  
Old 03-04-2008, 11:46 AM
Stormheart
Fire Beetle
 
Join Date: Mar 2006
Location: Indiana
Posts: 14
Default Yes that code snippet was the fix

I am not an sql programmer so my guess is that the "(3)" defines the TINYINT command to some degree either in decimals or places . Again that is a guess.

The fix to my error "WasAtGraveyard" was this code


"ALTER TABLE player_corpses ADD COLUMN WasAtGraveyard TINYINT(3) NOT NULL default 0;"


It created a field that was previously missing in the "player_corpses" table of the ax_classic database.
Reply With Quote