class CreateFormapagos < ActiveRecord::Migration[5.1]
  def change
    create_table :formapagos do |t|

      t.timestamps
    end
  end
end
