Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change an SQL table?


stashandstuff

Recommended Posts

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

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?

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...