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