Home
neop talabat
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Users
id
increments
username
string
password
string
email
string
softDeletes
softDeletes
timestamps
timestamps
Resturants
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
Meals
id
increments
timestamps
timestamps
resturant_id
FK
bigInteger
price
double
desc
text
softDeletes
softDeletes
orders
id
increments
resturant_id
FK
bigInteger
time_to_collect
integer
total
double
timestamps
timestamps
softDeletes
softDeletes
status
string
created_by
FK
bigInteger
order_details
id
increments
user_id
FK
integer
orde_id
FK
bigInteger
meal_id
FK
bigInteger
qty
bigInteger
price
string
timestamps
timestamps
softDeletes
softDeletes
×
Comments for neop talabat
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01