I need to alter my table, and am I correct to insert the below command in the querry box and execute? My instructions tell me to Run mySQL Command by copying the code and execute?
Thanks JR
ALTER TABLE `products` ADD `products_cost` DECIMAL( 15, 4 ) DEFAULT '0.0000' NOT NULL AFTER `products_price`;