mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-23 19:49:58 -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;
|