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
Line 3: Line 3:
|-
|-
!id  
!id  
|int(11)   
|INT(11)   
|The unique record id
|The unique record id
|-  
|-  
!subject   
!subject   
|varchar(255)   
|VARCHAR(255)   
|short description
|short description
|-
|-

Revision as of 21:31, 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