Requested users: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "{| class="wikitable"  !Name !!Datatype !!Description ! |-  !id |INT(11) |unique identifier for the record |- !name |VARCHAR(255) |name of the requested user |- !role_id |INT(11) ...") | 
| (No difference) | 
Latest revision as of 22:52, 25 April 2018
| 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.