Home
FinancesPerso
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
institutions
id
increments
type_id
FK
integer
begda
date
endda
date
nom
string
(150)
description
string
(300)
adresse
string
(100)
telephone
string
(15)
timestamps
timestamps
institutiontypes
id
increments
nom
string
(125)
description
string
(300)
timestamps
timestamps
comptes
id
increments
typecompte_id
FK
integer
institution_id
FK
integer
fournisseur_id
FK
integer
begda
date
endda
date
nom
string
(150)
numero
string
(100)
solde_depart
decimal
(9,2)
solde
decimal
(9,2)
budget
decimal
(9,2)
engagement
decimal
(9,2)
disponible
decimal
(9,2)
timestamps
timestamps
comptetypes
id
increments
nom
string
(100)
description
string
(300)
timestamps
timestamps
transactiontypes
id
increments
nom
string
(100)
description
string
(300)
begda
date
endda
date
timestamps
timestamps
transactions
id
increments
classe_id
FK
integer
fournisseur_id
FK
integer
projet_id
FK
integer
compte_id
FK
integer
regrouptrans_id
FK
integer
regroupcategorie_id
FK
integer
transcategorie_id
FK
integer
date
date
detail
string
(100)
montant
decimal
(8,2)
timestamps
timestamps
regrouptrans
id
increments
begda
date
endda
date
credit_debit
enum
nom
string
(100)
timestamps
timestamps
regroupcategories
id
increments
begda
date
endda
date
regrouptrans_id
FK
integer
nom
string
(100)
timestamps
timestamps
projets
id
increments
begda
date
endda
date
niveau
integer
projetparent
integer
nom
string
(75)
timestamps
timestamps
periodes
id
increments
timestamps
timestamps
begda
date
endda
date
fournisseurs
id
increments
nom
string
(100)
adresse
string
(100)
telephone
string
(15)
timestamps
timestamps
budgets
id
increments
compte_id
FK
integer
regrouptrans_id
FK
integer
begda
date
endda
date
date_du
date
intervale
enum
unit_intervale
integer
montant
decimal
(9,2)
nom
string
(100)
description
string
(300)
credit_debit
enum
timestamps
timestamps
×
Comments for FinancesPerso
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01