Thread
:
Errors with new DB 1751 and server 1752 install
View Single Post
#
8
12-01-2010, 03:04 PM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
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.
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112