Class: Bistrochat::InvSyncTrigger

Inherits:
ApplicationRecord show all
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)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url