udemy-go-web-2/migrations/20240811195423_add_cols_to_widgets.up.fizz

3 lines
122 B
Plaintext
Raw Normal View History

2024-08-11 20:08:55 +00:00
add_column("widgets", "is_recurring", "bool", {"default": 0})
add_column("widgets", "plan_id", "string", {"default": ""})