Connections database table - TaskDepender

Connections database table

From TaskDepender
Jump to: navigation, search
(Interface structure)
(Design)
Line 6: Line 6:
  
 
== Design ==
 
== Design ==
 +
 +
=== Definition ===
  
 
The <b><tt>Connections</tt></b> table holds all the connections between deliverables and tasks. There are two connection types: a ''deliverable'' and a ''dependency''. The table has the following columns:
 
The <b><tt>Connections</tt></b> table holds all the connections between deliverables and tasks. There are two connection types: a ''deliverable'' and a ''dependency''. The table has the following columns:
Line 21: Line 23:
 
| <tt>IsDependency</tt> || integer || Whether or not this connection is a dependency (0=false, 1=true).
 
| <tt>IsDependency</tt> || integer || Whether or not this connection is a dependency (0=false, 1=true).
 
|}
 
|}
 +
 +
=== Constraints ===
  
 
The table has the following constraints:
 
The table has the following constraints:

Revision as of 21:39, 17 November 2011