Home
restaurant
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
users
id
increments
timestamps
timestamps
email
string
(191)
password
string
(191)
admins
id
increments
timestamps
timestamps
name
string
(191)
email
string
(191)
address
string
(191)
phone
string
(191)
password
string
(191)
clients
id
increments
timestamps
timestamps
user_name
string
(191)
phone
string
(191)
password
string
(191)
restaurants
id
increments
timestamps
timestamps
name
string
(191)
description
string
(191)
phone
string
(191)
allow_shipping
boolean
admin_id
FK
integer
operations
id
increments
timestamps
timestamps
categories
id
increments
timestamps
timestamps
name
string
(191)
description
string
(191)
restaurant_id
FK
integer
items
id
increments
timestamps
timestamps
name
string
(191)
price
float
details
text
time
date
category_id
FK
integer
restaurant_id
FK
integer
offers
id
increments
timestamps
timestamps
orders
id
increments
timestamps
timestamps
order_number
string
(191)
phone
string
(191)
location
string
(191)
order_status
enum
items_count
integer
price
double
restaurant_id
FK
integer
item_order
id
increments
timestamps
timestamps
order_id
FK
integer
item_id
FK
integer
restaurant_id
FK
integer
invoices
id
increments
timestamps
timestamps
×
Comments for restaurant
ayarowad . 30 June 2024
users project owner admins restaurant owner clients enduser of restaurant
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01