Notifications: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 30: | Line 30: | ||
| |Time and Date on which the information was last updated | |Time and Date on which the information was last updated | ||
| |} | |} | ||
| Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. | |||
Latest revision as of 21:32, 25 April 2018
| Field Name | Type | Description | 
|---|---|---|
| id | INT(11) | The unique record id | 
| subject | VARCHAR(255) | short description | 
| description | TEXT | Details | 
| expiration_date | DATE | Date when it would expire | 
| active_flag | BIT | whether it is still valid or not | 
| created_at | DATETIME | Time and Date on which it was created | 
| updated_at | DATETIME | Time and Date on which the information was last updated | 
Back to Database Tables Main page.