Class: TicketGroupTnc
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- TicketGroupTnc
- Defined in:
- app/models/ticket_group_tnc.rb
Overview
Schema Information
Table name: ticket_group_tncs
id :bigint not null, primary key
image :string(191)
rank :integer
created_at :datetime not null
updated_at :datetime not null
ticket_group_id :bigint
Indexes
index_ticket_group_tncs_on_ticket_group_id (ticket_group_id)