Class: Tablecheck::InvSyncTrigger

Inherits:
ApplicationRecord show all
Defined in:
app/models/tablecheck/inv_sync_trigger.rb

Overview

Schema Information

Table name: tablecheck_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_tablecheck_inv_sync_triggers_on_created_at    (created_at)
index_tablecheck_inv_sync_triggers_on_trigger_type  (trigger_type)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url