Class: VoucherPackageType
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- VoucherPackageType
- Defined in:
- app/models/voucher_package_type.rb
Overview
typed: ignore
Schema Information
Table name: voucher_package_types
id :bigint not null, primary key
package_type :string(191)
created_at :datetime not null
updated_at :datetime not null
voucher_id :integer
Indexes
index_voucher_package_types_on_package_type (package_type)
index_voucher_package_types_on_voucher_id (voucher_id)