Class: VoucherRestaurantPackage
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- VoucherRestaurantPackage
- Defined in:
- app/models/voucher_restaurant_package.rb
Overview
Schema Information
Table name: voucher_restaurant_packages
id :bigint not null, primary key
created_at :datetime not null
updated_at :datetime not null
hh_package_restaurant_package_id :bigint
voucher_id :bigint
Indexes
index_voucher_restaurant_packages_on_voucher_id (voucher_id)
voucher_restaurant_packages_index (hh_package_restaurant_package_id)