diff --git a/kitchen/migrations/20240701002811_recipe-servings.up.sql b/kitchen/migrations/20240701002811_recipe-servings.up.sql index e1e3920..cc590b6 100644 --- a/kitchen/migrations/20240701002811_recipe-servings.up.sql +++ b/kitchen/migrations/20240701002811_recipe-servings.up.sql @@ -1,2 +1,2 @@ -- Add up migration script here -ALTER TABLE recipes ADD column serving_count number; +ALTER TABLE recipes ADD COLUMN serving_count NUMERIC;