Notifications: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !subject |varchar(255) |short description |- !description |TEXT |Details...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div style="background-color: #ffcccc; border: 1px solid #cc0000; padding: 10px; margin-bottom: 20px; text-align: center;">
'''⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.'''
</div>
{| class="wikitable"  
{| class="wikitable"  
!Field Name !!Type !!Description  
!Field Name !!Type !!Description  
|-
|-
!id  
!id  
|int(11)   
|INT(11)   
|The unique record id
|The unique record id
|-  
|-  
!subject   
!subject   
|varchar(255)   
|VARCHAR(255)   
|short description
|short description
|-
|-
Line 30: Line 33:
|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 05:23, 9 December 2025

⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.

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.