stashandstuff Posted July 14, 2005 Share Posted July 14, 2005 My tech support is sound asleep - as I probably should be. I'm trying to install the free shipping mod and the first step says to ALTER TABLE `products` ADD `products_free_shipping` TINYINT( 1 ) DEFAULT '0' NOT NULL ; How do I do this? Link to comment Share on other sites More sharing options...
akosh Posted July 14, 2005 Share Posted July 14, 2005 My tech support is sound asleep - as I probably should be. I'm trying to install the free shipping mod and the first step says to ALTER TABLE `products` ADD `products_free_shipping` TINYINT( 1 ) DEFAULT '0' NOT NULL ; How do I do this? <{POST_SNAPBACK}> Download phpmyadmin. http://easynews.dl.sourceforge.net/sourcef...n-2.6.3-pl1.zip Upload and configure it. Select your database. Click on 'SQL' at the top. Paste ALTER TABLE `products` ADD `products_free_shipping` TINYINT( 1 ) DEFAULT '0' NOT NULL ; in the text field and click on go. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.