rDrama/migrations/20230624-add-ping_costsql.sql

3 lines
91 B
MySQL
Raw Permalink Normal View History

alter table comments add column ping_cost int;
alter table posts add column ping_cost int;