Home
MamoniWallet
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
utilisateurs
id
increments
slug
string
(255)
timestamps
timestamps
softDeletes
softDeletes
nom
string
(255)
prenom
string
(255)
poste
string
(255)
photo
string
(255)
mot_pass
string
(255)
telephone
string
(255)
etat
boolean
clients
id
increments
slug
string
(255)
id_createur
FK
integer
timestamps
timestamps
softDeletes
softDeletes
nom
string
(255)
prenom
string
(255)
sexe
boolean
date_naissance
date
photoVersoCNI
string
(255)
photoPasseport
string
(255)
photoRectoCNI
string
(255)
etat
boolean
comptes
id
increments
slug
string
(255)
id_client
FK
integer
timestamps
timestamps
softDeletes
softDeletes
telephone
string
(255)
etat
boolean
parametres
id
increments
slug
string
(255)
timestamps
timestamps
softDeletes
softDeletes
pourcentageInteret
decimal
pourcentageFrais
decimal
nombreJourAvecFrais
integer
nombreJourSansFrais
integer
nombreJourAvecInteret
integer
etat
boolean
depots
id
increments
slug
string
(255)
id_client
FK
integer
id_createur
FK
integer
id_parametre
FK
integer
montant
integer
timestamps
timestamps
softDeletes
softDeletes
etat
boolean
retraits
id
increments
slug
string
(255)
timestamps
timestamps
id_depot
FK
integer
id_retraitGlobal
FK
integer
softDeletes
softDeletes
montant
integer
reste
integer
etat
boolean
retraitsGlobals
id
increments
slug
string
(255)
id_client
FK
integer
id_createur
FK
integer
timestamps
timestamps
softDeletes
softDeletes
montant
integer
interet
integer
frais
integer
etat
boolean
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01