Tasks database table - TaskDepender

Tasks database table

From TaskDepender
Jump to: navigation, search
(Design)
(Design)
Line 31: Line 31:
 
* When its container is deleted, the contained task must be deleted as well.
 
* When its container is deleted, the contained task must be deleted as well.
 
* When the resource with the <tt>ResourceId</tt> is deleted, the value of the <tt>ResourceId</tt> is to be set to NULL.
 
* When the resource with the <tt>ResourceId</tt> is deleted, the value of the <tt>ResourceId</tt> is to be set to NULL.
This can be done by [[http://www.sqlite.org/foreignkeys.html#fk_actions referencing] these columns to the appropriate columns.
+
This can be done by [http://www.sqlite.org/foreignkeys.html#fk_actions referencing] these columns to the appropriate columns.
  
 
The following actions are defined on the tasks table:
 
The following actions are defined on the tasks table:

Revision as of 20:30, 3 November 2011

Personal tools