View Single Post
  #8  
Old 12-01-2010, 03:04 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Code:
ALTER TABLE `account` ADD `time_creation` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `suspendeduntil`;
Your table doesn't have the field yet, so you can't change it. Did the line above run successfully? It is line 2 of the 1711 update.
Reply With Quote