Home
apiserver
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
users
user_id
integer
first_name
string
last_name
string
(50)
password
string
(50)
account
bigInteger
solde
bigInteger
wallet_id
string
(50)
telephone
bigInteger
email
string
(50)
role_id
FK
bigInteger
id_oper
FK
integer
timestamps
timestamps
Operation
id_oper
integer
amount
bigInteger
currency
string
(5)
fee
integer
type_oper_id
FK
integer
merchant_id
FK
integer
user_id
FK
integer
op_type
FK
integer
timestamps
timestamps
Role
role_id
integer
description
string
(50)
timestamps
timestamps
Op_type
type_oper_id
integer
description
string
(50)
timestamps
timestamps
Merchant
merchant_id
integer
merch_name
string
(500)
account_number
bigInteger
status
string
mcc
bigInteger
qr_code_pass
string
balance
bigInteger
timestamps
timestamps
×
Comments for apiserver
ede . 05 September 2020
Règle de gestion -un user a trois rôles ( client , l'admin , le commerçant) - un client ne peut linker qu'un seul compte à l'application - un client peut effectuer un ou plusieurs opérations - un client peut voir la liste de toutes ces opérations et des récents - une opération peux avoir un ou plusieurs types ( dans notre cas on a que le type paiement) - un administrateur peut créer ou supprimer un ou plusieurs commerçant - un administrateur peut créer un ou plusieurs client - un admin peut générer un seul qr code pas commerçant -un admin peut voir la liste des commerçant créer - un commerçant peut consulter ces opérations de la journée
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01