Class: Bistrochat::InvSyncTrigger
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Bistrochat::InvSyncTrigger
- Defined in:
- app/models/bistrochat/inv_sync_trigger.rb
Overview
Schema Information
Table name: bistrochat_inv_sync_triggers
id :bigint not null, primary key
trigger_type :integer default("four_hours")
created_at :datetime not null
updated_at :datetime not null
Indexes
index_bistrochat_inv_sync_triggers_on_created_at (created_at)
index_bistrochat_inv_sync_triggers_on_trigger_type (trigger_type)