howmuch/migrations/20241017220309_event_add_total_amount.postgres.up.sql

3 lines
53 B
MySQL
Raw Normal View History

2024-10-18 17:36:31 +00:00
ALTER TABLE "event"
ADD "total_amount" integer NULL;