Home
Greenhouse Connect
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
User
id
bigIncrements
firstName
string
(255)
lastName
string
(255)
email
string
(255)
password
string
(255)
phone
string
(255)
photo
string
(255)
role
bigInteger
googleID
string
(255)
linkedinID
string
(255)
status
integer
rememberToken
string
(255)
timestamps
timestamps
softDeletes
softDeletes
banks
id
bigIncrements
name
string
(255)
accountName
string
(255)
accountNumber
string
(255)
branch
string
(255)
logo
string
(255)
timestamps
timestamps
softDeletes
softDeletes
businessSectors
id
bigIncrements
sectors_code
string
(255)
name
string
(255)
description
longText
timestamps
timestamps
softDeletes
softDeletes
companies
id
bigIncrements
orderID
bigInteger
name
string
(255)
businessPurpose
string
(255)
nationality
string
(255)
capitalMin
integer
capitalMax
string
(255)
capitalNotes
longText
numberOfShareholder
integer
numberOfDirector
integer
timestamps
timestamps
softDeletes
softDeletes
companydirectors
id
bigIncrements
companyID
FK
bigInteger
name
string
(255)
documentPhoto
string
(255)
taxId
string
(255)
address
longText
city
string
(255)
zip_code
string
(255)
countryID
integer
timestamps
timestamps
softDeletes
softDeletes
companysectors
id
bigIncrements
companyID
FK
integer
sectorsID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
companyshareholders
id
bigIncrements
companyID
FK
integer
name
string
(255)
documentPhoto
string
(255)
taxID
string
(255)
address
longText
city
string
(255)
zip_code
string
(255)
countryID
integer
numberOfShare
integer
timestamps
timestamps
softDeletes
softDeletes
confirmations
id
bigIncrements
companyName
FK
integer
accountNameFrom
FK
integer
accountNumberFrom
FK
integer
bankNameFrom
FK
integer
accountNameTo
FK
integer
accountNumberTo
FK
integer
bankNameTo
FK
integer
photo
string
(255)
timestamps
timestamps
softDeletes
softDeletes
mediaservices
id
bigIncrements
orderID
FK
integer
name
string
(255)
document
string
(255)
addedBy
integer
timestamps
timestamps
softDeletes
softDeletes
orders
id
bigIncrements
userID
FK
integer
isPurchaseVirtualAddress
tinyInteger
totalPrice
integer
paymentMethod
string
(255)
timestamps
timestamps
softDeletes
softDeletes
regions
id
bigIncrements
name
string
(255)
description
longText
timestamps
timestamps
softDeletes
softDeletes
trackings
id
bigIncrements
orderID
FK
integer
TrackingStepID
integer
status
tinyInteger
checkedBy
FK
integer
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01