diff --git a/db/migrations/007_brew_recipe.sql b/db/migrations/007_brew_recipe.sql
new file mode 100644
index 0000000..d3d8119
--- /dev/null
+++ b/db/migrations/007_brew_recipe.sql
@@ -0,0 +1,3 @@
+-- Additive only. Free-text recipe/steps for a brew (bloom, pours, plunge timing...) —
+-- distinct from tasting_notes (how it tasted) and notes (what to change next time).
+ALTER TABLE brews ADD COLUMN recipe text NOT NULL DEFAULT '';
diff --git a/public/brews.html b/public/brews.html
index ea5e9c9..319f829 100644
--- a/public/brews.html
+++ b/public/brews.html
@@ -122,6 +122,15 @@
>
+