Home
WayToSEN
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
partenaire_id
FK
integer
nom
string
prenom
string
email
string
password
string
telephone
string
adresse
string
fonction
string
rememberToken
rememberToken
timestamps
timestamps
partenaires
id
increments
raison_social
string
secteur_activite
string
adresse
string
contact
string
personne_morale
string
statut
boolean
timestamps
timestamps
sites
id
increments
partenaire_id
FK
integer
libelle
string
adresse
string
gerant
string
statut
boolean
timestamps
timestamps
guichets
id
increments
site_id
FK
integer
libelle
string
statut
boolean
timestamps
timestamps
operateurs
id
increments
libelle
string
timestamps
timestamps
comptes
id
increments
partenaire_id
FK
integer
operateur_id
FK
integer
guichet_id
FK
integer
libelle
string
num_compte
string
type_compte
string
timestamps
timestamps
contrats
id
increments
partenaire_id
FK
integer
libelle
string
date_demarrage
date
date_fin
date
montant
integer
timestamps
timestamps
services
id
increments
libelle
string
description
string
timestamps
timestamps
reglements
id
increments
add_by
FK
integer
num_facture
string
num_client
string
montant
integer
date_previsionnelle
date
timestamps
timestamps
transactions
id
increments
reglement_id
FK
integer
compte_id
FK
integer
statut
string
type
string
add_by
FK
integer
timestamps
timestamps
affectation_agents
id
increments
guichet_id
FK
integer
user_id
FK
integer
date_debut
datetime
date_fin
datetime
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01