Home
erp
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
uuid
uuid
(32)
name
string
(191)
email
string
(191)
password
string
(191)
address
string
(191)
ext_phone
string
(16)
email_verified_at
timestamps
int_phone
string
(16)
remember_token
rememberToken
status
integer
created_at
timestamps
updated_at
timestamps
password_reset
id
increments
email
string
(191)
token
string
(191)
created_at
timestamps
updated_at
timestamps
plan
id
increments
name
string
(191)
status
integer
value
integer
price
decimal
(8,4)
plan_properties
id
increments
key
string
(191)
value
string
(191)
timestamps
timestamps
plan_pivot
plan_id
integer
plan_properties_id
integer
invoice
id
increments
user_id
integer
plan_id
integer
discount
decimal
(14,2)
subtotal
decimal
(14,2)
total
decimal
(14,2)
invoice_date
string
(21)
delivery_date
string
(21)
timestamps
timestamps
×
Comments for erp
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01