-- Add column "price" to table: "items" ALTER TABLE `items` ADD COLUMN `price` integer NULL;