1 2 3 4 5 6 7
-- migrate:up alter table rides add column cotacol_score real; alter table rides add column cotacol_algo_version text; -- migrate:down alter table rides drop column cotacol_algo_version; alter table rides drop column cotacol_score;