Class: AdvReservation
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- AdvReservation
- Defined in:
- app/models/adv_reservation.rb
Overview
Schema Information
Table name: adv_reservations
id :bigint not null, primary key
adv_partner :string(191)
value_sales_amount :integer
created_at :datetime not null
updated_at :datetime not null
click_id :string(191)
reservation_id :bigint
Indexes
index_adv_reservations_on_reservation_id (reservation_id)