Class: LimitPointsUsage
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- LimitPointsUsage
- Defined in:
- app/models/limit_points_usage.rb
Overview
Schema Information
Table name: limit_points_usages
id :bigint not null, primary key
remaining_limit_days :integer
remaining_limit_points :integer
created_at :datetime not null
updated_at :datetime not null
user_id :integer not null
Indexes
index_limit_points_usages_on_user_id (user_id) UNIQUE
Foreign Keys
fk_rails_... (user_id => users.id)