Task list database table - TaskDepender

Task list database table

From TaskDepender
Jump to: navigation, search
(Design)
(Implementation)
Line 20: Line 20:
  
 
=== Create the table ===
 
=== Create the table ===
 
 
  
 
<syntaxhighlight lang="sql">
 
<syntaxhighlight lang="sql">
Line 33: Line 31:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
This gives all the tasks with the additional field defined. Each task in this result must be placed in the tasks administration.
+
=== Delete the table ===
  
This means that for each task a [[Administration#Task_class|Task-class]] must be instantiated.
+
<syntaxhighlight lang="sql">
 +
DROP TABLE TasksAdministration
 +
</syntaxhighlight>

Revision as of 12:41, 15 October 2011

Personal tools