Home
printshop
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
(60)
password
text
role
enum
timestamps
timestamps
softDeletes
softDeletes
companys
id
increments
email
string
(50)
totalUser
integer
isActive
enum
callbackUrl
string
(50)
timestamps
timestamps
softDeletes
softDeletes
company_address
id
increments
company_id
integer
addressLine1
text
country
string
(50)
state
string
(50)
city
string
(50)
zipcode
string
(10)
company_designations
id
increments
company_id
integer
designation
string
(30)
team
string
(30)
company_tax_details
id
increments
timestamps
timestamps
company_id
integer
creditLimit
integer
panNumber
string
(15)
tinNumber
string
(20)
stateRegister
string
(30)
paymentRemark
text
stationary_infos
id
increments
paperType
string
(10)
paperGsm
string
(20)
paperLength
double
paperWidth
double
paperFinishing
string
(20)
timestamps
timestamps
stationay_designs
id
increments
timestamps
timestamps
stationary_id
integer
frontImg
text
backImg
text
jsonDetail
text
stationay_company_link
id
increments
stationary_item_id
integer
company_id
integer
designName
string
(50)
slaPeriod
integer
minNumber
integer
costPerCard
double
stationary_items
id
increments
stationaryName
string
(20)
orders
id
increments
company_id
integer
stationary_id
integer
orderNo
string
(10)
quantity
integer
assigned_id
integer
status
enum
timestamps
timestamps
orderDetails
id
increments
jsonDetail
text
orderNo
string
(10)
shipping_details
id
increments
orderNo
string
(10)
shippingDate
date
araivalDate
date
courier
string
(50)
shipmentNo
string
(20)
timestamps
timestamps
order_status_history
id
increments
orderNo
string
(10)
status
string
(20)
timestamps
timestamps
company_credit
id
increments
company_id
integer
creditLimit
integer
creditLifeCylce
integer
creditUsed
integer
timestamps
timestamps
printer_order_pivotes
id
increments
timestamps
timestamps
user_id
integer
order_id
integer
billing_address
id
increments
company_id
integer
addressLine1
text
country
string
(50)
state
string
(50)
city
string
(50)
zip
string
(10)
delivery_address
id
increments
company_id
integer
addressLine1
text
country
string
(50)
state
string
(50)
city
string
(50)
zipcode
string
(10)
company_profile
id
increments
company_id
integer
companyName
string
(100)
contactPerson
string
(50)
contactPhone
string
(15)
contactMobile
string
(15)
timestamps
timestamps
user_profile
id
increments
user_id
integer
name
string
(50)
designation
string
(50)
timestamps
timestamps
company_quota
id
increments
company_id
integer
quotaLimit
integer
quotaUsed
integer
timestamps
timestamps
company_edit_log
id
increments
company_id
integer
admin_id
integer
action
enum
message
text
timestamps
timestamps
stationary_item_tax
id
increments
timestamps
timestamps
stationary_item_id
integer
gst
float
order_amounts
id
increments
timestamps
timestamps
order_id
integer
amount
double
gst
float
totalAmount
double
quota_requests
id
increments
timestamps
timestamps
compant_id
integer
requestedAdminId
integer
approver_id
integer
requireQuota
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01