Unknown column 'seckey' in 'field list'

Initiate Mage
Joined
Jan 4, 2013
Messages
4
Reaction score
0
Go to your database that you made. Click it. Then go to SQL and input the sql as

ALTER TABLE `users` ADD `seckey` VARCHAR(999)

Click 'go'

Problem solved...
 
Upvote 0