Class: MyMenu::InvSyncTrigger
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- MyMenu::InvSyncTrigger
- Defined in:
- app/models/my_menu/inv_sync_trigger.rb
Overview
Schema Information
Table name: my_menu_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
(created_at)
(trigger_type)