I am trying to add a new column to my MYSQL table using PHP. I am unsure how to alter my table so that the new column is created. In my assessment table I have:
ALTER TABLE `stor` ADD `buy_price` INT(20) NOT NULL ;