Home
Cover Lovers
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
customers
id
bigIncrements
customer_name
string
customer_email
string
customer_password
string
customer_phone
string
customer_favorites
string
customer_address_default
FK
bigInteger
customer_saved_cards
FK
bigInteger
timestamps
timestamps
active_order
FK
bigInteger
customer_cards
id
increments
card_name
string
card_number
bigInteger
car_validity
text
card_type
string
card_cvv
smallInteger
customer_id
FK
bigInteger
default_active
tinyInteger
timestamps
timestamps
customer_addresses
id
increments
timestamps
timestamps
address_street
string
(150)
address_city
string
address_state
string
address_pincode
smallInteger
address_landmark
string
address_phone
string
address_owner
string
customer_id
FK
bigInteger
default_active
tinyInteger
orders
id
increments
order_owner
FK
bigInteger
order_delivery
FK
bigInteger
order_name
text
order_id
string
(13)
order_description
string
order_price
smallInteger
order_active
tinyInteger
order_status
string
timestamps
timestamps
order_payment_type
string
order_payment_status
tinyInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01