Requested users
| Name | Datatype | Description ! | 
|---|---|---|
| id | INT(11) | unique identifier for the record | 
| name | VARCHAR(255) | name of the requested user | 
| role_id | INT(11) | unique identifier for the role | 
| fullname | VARCHAR(255) | Full name of the requested user | 
| institution_id | VARCHAR(255) | Identification for the institution the user belongs to | 
| VARCHAR(255) | email address for the user | |
| status | VARCHAR(255) | single/married/divorced | 
| reason | VARCHAR(255) | |
| created_at | DATETIME | Date and Time when the record was generated | 
| updated_at | DATETIME | Date and Time when the record was updated | 
E/R diagram for Parents Tables
No Tables were referred by the Schema Migrations Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Schema Migrations Table as Foreign Key Relationship.
Back to Database Tables Main page.