addons-server/migrations/45-total-contributions.sql

6 строки
122 B
SQL

ALTER TABLE addons
ADD COLUMN total_contributions varchar(10) DEFAULT '0.00'
AFTER suggested_amount;
-- ~48s