1 2 3 4 5 6
Sequel.migration do change do add_column :packages, :update_timestamp, String add_column :packages, :portage_timestamp, String end end