Home
pay
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
products
id
increments
name
string
(50)
description
string
(80)
price
float
stock
float
user_id
FK
integer
status
tinyInteger
timestamps
timestamps
users
id
increments
name
string
(50)
surname
string
(50)
email
string
(100)
password_temp
string
(64)
password
string
(64)
status
tinyInteger
remember_token
string
(60)
timestamps
timestamps
invoice_details
id
increments
product_id
FK
integer
invoice_id
FK
integer
quantity
integer
timestamps
timestamps
invoices
id
increments
first_name
string
(50)
last_name
string
(50)
email
string
(50)
description
string
(80)
discount
float
sub_total
float
total
float
status
tinyInteger
address
string
(100)
address_city
string
(30)
phone_number
string
(15)
currency_code
string
(3)
country_code
string
(2)
timestamps
timestamps
customers
id
increments
first_name
string
(50)
last_name
string
(50)
email
string
(50)
address
string
(100)
address_city
string
(30)
phone_number
string
(15)
country_code
string
(2)
timestamps
timestamps
cards
id
increments
token_id
string
(32)
brand_name
string
(30)
cvv
string
(4)
car_user_id
FK
integer
status
tinyInteger
timestamps
timestamps
commerce
id
increments
name
string
(50)
description
string
commerce_code
string
(50)
api_key
string
(100)
status
tinyInteger
user_id
FK
integer
timestamps
timestamps
×
Comments for pay
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01