class CreateRetiros < ActiveRecord::Migration[7.2]
def change
create_table :retiros do |t|
t.belongs_to :viaje
t.timestamps
end