Class: VendorRestaurant
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- VendorRestaurant
- Defined in:
- app/models/vendor_restaurant.rb
Overview
Schema Information
Table name: vendor_restaurants
id :bigint not null, primary key
oauth_application_id :integer
restaurant_id :bigint
Indexes
index_vendor_restaurants_on_oauth_application_id (oauth_application_id)
index_vendor_restaurants_on_restaurant_id (restaurant_id)