addons-server/migrations/120-charity-stats.sql

4 строки
147 B
MySQL
Исходник Обычный вид История

ALTER TABLE stats_contributions
ADD COLUMN charity_id int(11) UNSIGNED,
ADD CONSTRAINT FOREIGN KEY (charity_id) REFERENCES charities (id);