mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
3 lines
85 B
SQL
3 lines
85 B
SQL
-- Add up migration script here
|
|
ALTER TABLE recipes ADD column serving_count number;
|