Class: KafkaReindexAvailability

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

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url