Class: ReservationWeTravelTogether

Inherits:
ApplicationRecord show all
Defined in:
app/models/reservation_we_travel_together.rb

Overview

Schema Information

Table name: reservation_we_travel_togethers

id             :bigint           not null, primary key
wtt_id_card    :string(191)
wtt_phone      :string(191)
created_at     :datetime         not null
updated_at     :datetime         not null
reservation_id :bigint

Indexes

index_reservation_we_travel_togethers_on_reservation_id  (reservation_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url