The SQL is:
ALTER TABLE products ADD products_sell_quantity INT( 255 ) NOT NULL , ADD products_less_quantity INT( 255 ) NOT NULL , ADD products_coupon INT( 11 ) NOT NULL ;
It looks as though you tried to execute the instructions that go with it.
The SQL is:
ALTER TABLE products ADD products_sell_quantity INT( 255 ) NOT NULL , ADD products_less_quantity INT( 255 ) NOT NULL , ADD products_coupon INT( 11 ) NOT NULL ;
It looks as though you tried to execute the instructions that go with it.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)