Class: KafkaReindexAvailability
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- KafkaReindexAvailability
- Defined in:
- app/models/kafka_reindex_availability.rb
Overview
Schema Information
Table name: kafka_reindex_availabilities
id :bigint not null, primary key
payload :json
created_at :datetime not null
updated_at :datetime not null
restaurant_id :bigint
Indexes
index_kafka_reindex_availabilities_on_restaurant_id (restaurant_id)