Tasks database table - TaskDepender

Tasks database table

From TaskDepender
Jump to: navigation, search
(Create table)
(Design)
Line 28: Line 28:
 
|}
 
|}
  
There is one constraint on the table that states that when the resource with the <tt>ResourceId</tt> is deleted, the value of the <tt>ResourceId</tt> is to be set to NULL.
+
There is one constraint on the table that states that when the resource with the <tt>ResourceId</tt> is deleted, the value of the <tt>ResourceId</tt> is to be [http://www.sqlite.org/foreignkeys.html#fk_actions set to NULL].
  
 
The following actions are defined on the tasks table:
 
The following actions are defined on the tasks table:

Revision as of 20:26, 3 November 2011

Personal tools