| Users Table |
| Triggers : |
| Attributes : |
|
Name : |
Username |
| Description : This is the username of the user |
| Program Variable : username |
| Column Name : username |
| Data Type : varchar(10) |
| Code Format : |
| Constraints : ND, NN |
|
| Name : |
Password |
| Description : This is the password of the user |
| Program Variable : password |
| Column Name : password |
| Data Type : varchar(10) |
| Code Format : |
| Constraints : NN |
|
| Name : |
E-mail Address |
| Description : This is the e-mail address of the user |
| Program Variable : email |
| Column Name : email |
| Data Type : varchar(50) |
| Code Format : |
| Constraints : ND, NN |
|
| Name : |
First Name |
| Description : This is the first name of the user |
| Program Variable : firstname |
| Column Name : firstname |
| Data Type : varchar(20) |
| Code Format : |
| Constraints : NN |
|
| Name : |
Last Name |
| Description : This is the surname of the user |
| Program Variable : lastname |
| Column Name : lastname |
| Data Type : varchar(20) |
| Code Format : |
| Constraints : ND, NN |
|
| Name : |
Privilege |
| Description : This is the access level of the user |
| Program Variable : privilege |
| Column Name : privilege |
| Data Type : varchar(10) |
| Code Format : |
| Constraints : NN |
|
| Name : |
Membership Date |
| Description : This is the date the user registered to the system |
| Program Variable : date |
| Column Name : date |
| Data Type : date |
| Code Format : |
| Constraints : NN |
|
| Name : |
Last Login Date |
| Description : This is the date the user logged to the system |
| Program Variable : lastlogin |
| Column Name : lastlogin |
| Data Type : date |
| Code Format : |
| Constraints : NN |
|
| Name : |
User Number |
| Description : This is the number of the user |
| Program Variable : usernumber |
| Column Name : usernumber |
| Data Type : bigserial |
| Code Format : |
| Constraints : PK |