viss Posted January 26, 2006 Posted January 26, 2006 Hi guys Ive trolled through the bizillion forums here looking for the main help thread for this but I couldent find it :huh: I have a question on the install of this contrib. In the read me it states 1. create new column in table Customers at the beginning of the table. ALTER TABLE customers ADD customers_status int(1) NOT NULL default '0'; Does this go into the main data base though PhPMyAdmin ? if so how do I do that. The rest of the instructions look pretty straight forward Any help would be appreciated. Cheers Viss Quote
Guest Posted January 26, 2006 Posted January 26, 2006 In phpmyadmin click the SQL link at the top... Then in the BOX enter: ALTER TABLE customers ADD customers_status int(1) NOT NULL default '0'; Then click OK Quote
viss Posted January 29, 2006 Author Posted January 29, 2006 In phpmyadmin click the SQL link at the top...Then in the BOX enter: ALTER TABLE customers ADD customers_status int(1) NOT NULL default '0'; Then click OK Thankyou :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.