Home
srsfood
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
bigIncrements
fname
string
(225)
lname
string
(225)
email
string
(225)
phone
string
(40)
password
string
card_id
FK
integer
gender
string
(5)
address
text
image
FK
integer
timestamps
timestamps
softDeletes
softDeletes
orders
id
increments
product_id
FK
integer
quantity
integer
total
double
order_type
FK
integer
d_address
text
d_charge
float
date
datetime
pickup_store
integer
user_id
FK
bigInteger
gst_charge
float
d_time
string
(30)
softDeletes
softDeletes
timestamps
timestamps
products
id
increments
name
string
(225)
details
longText
price
integer
cat_id
FK
integer
menu_id
FK
integer
image
FK
integer
timestamps
timestamps
stock
integer
order_type
id
increments
type
string
(225)
timestamps
timestamps
softDeletes
softDeletes
cards
id
increments
card_name
string
(100)
card_number
string
(40)
ccv
integer
e_date
string
(10)
timestamps
timestamps
pro_menus
id
increments
name
string
(30)
banner
FK
integer
timestamps
timestamps
softDeletes
softDeletes
pro_cats
id
increments
name
string
(225)
banner
FK
integer
softDeletes
softDeletes
timestamps
timestamps
outlates
id
increments
name
string
(225)
banner
FK
integer
address
text
phone
string
(40)
hours
string
(40)
location
string
(225)
softDeletes
softDeletes
timestamps
timestamps
status
boolean
zip_code
integer
files
id
increments
path
text
type
FK
integer
timestamps
timestamps
softDeletes
softDeletes
file_types
id
increments
timestamps
timestamps
softDeletes
softDeletes
ext
string
(5)
carts
id
increments
pro_ids
longText
user_id
FK
integer
price
double
timestamps
timestamps
softDeletes
softDeletes
payments
id
increments
trans_id
integer
order_id
FK
integer
user_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
pro_varations
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(225)
price
integer
stock
integer
pro_id
FK
integer
settings
id
increments
d_charge
float
gst_charge
float
timestamps
timestamps
softDeletes
softDeletes
d_duration
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01