-- Add instructions column to recipes table ALTER TABLE `recipes` ADD COLUMN `instructions` TEXT DEFAULT NULL;