Home
finance
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
accounts
id
bigIncrements
customer_id
FK
bigInteger
account_name
string
account_id
bigInteger
status
string
timestamps
timestamps
softDeletes
softDeletes
campaigns
id
bigIncrements
account_id
FK
bigInteger
campaign_id
bigInteger
campaign_name
string
monthly_investment
float
status
string
timestamps
timestamps
softDeletes
softDeletes
customers
id
bigIncrements
cnpj_cpf
string
customer_name
string
status
string
timestamps
timestamps
softDeletes
softDeletes
payments
id
bigIncrements
statement_id
FK
bigInteger
status_titulo
string
data_previsao
date
valor_documento
string
timestamps
timestamps
softDeletes
softDeletes
cycles
id
bigIncrements
statement_id
FK
bigInteger
cycle_number
integer
start_date
datetime
end_date
datetime
spend
float
number_days
integer
status
string
timestamps
timestamps
softDeletes
softDeletes
statements
id
bigIncrements
contract_id
FK
bigInteger
nCodOS
bigInteger
dDtFat
date
dDtVenc
date
cCancelada
string
timestamps
timestamps
softDeletes
softDeletes
contracts
id
bigIncrements
campaign_id
FK
bigInteger
cNumContrato
string
status
string
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01