Class: AoaReservation

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

Overview

Schema Information

Table name: aoa_reservations

id                              :bigint           not null, primary key
note                            :text(65535)
web_v2_host                     :string(191)
webhook_arrived_sent_at         :datetime
webhook_pending_arrival_sent_at :datetime
created_at                      :datetime         not null
updated_at                      :datetime         not null
aoa_user_id                     :string(191)
reservation_id                  :bigint

Indexes

index_aoa_reservations_on_reservation_id  (reservation_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url