Class: GetyourguidePackage
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- GetyourguidePackage
- Defined in:
- app/models/getyourguide_package.rb
Overview
Schema Information
Table name: getyourguide_packages
id :bigint not null, primary key
created_at :datetime not null
updated_at :datetime not null
gyg_option_id :string(191)
restaurant_id :bigint not null
restaurant_package_id :bigint not null
Indexes
index_getyourguide_packages_on_gyg_option_id (gyg_option_id) UNIQUE