Class: HhPackage::PackagePolicyImage
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- HhPackage::PackagePolicyImage
- Extended by:
- Enumerize
- Defined in:
- app/models/hh_package/package_policy_image.rb
Overview
Schema Information
Table name: hh_package_package_policy_images
id :bigint not null, primary key
image :string(191)
language :string(191)
created_at :datetime not null
updated_at :datetime not null
package_attr_id :bigint
Indexes
index_hh_package_package_policy_images_on_package_attr_id (package_attr_id)