Resources database table

From TaskDepender
Jump to: navigation, search
Line 2: Line 2:
  
 
== Description ==
 
== Description ==
 +
 +
== Constraints ==
 +
  
  
Line 12: Line 15:
 
| '''Name''' || '''Type''' || '''Description'''
 
| '''Name''' || '''Type''' || '''Description'''
 
|- valign="top"
 
|- valign="top"
| <tt>Initials</tt> || text primary key || Unique initials of the resource - as displayed above a task in the dependency diagram.
+
| <tt>Id</tt> || integer primary key || Unique id within this resources table.
 +
|- valign="top"
 +
| <tt>Initials</tt> || text || Unique initials of the resource - as displayed above a task in the dependency diagram.
 
|- valign="top"
 
|- valign="top"
 
| <tt>Name</tt> || text || Full name of the resource.
 
| <tt>Name</tt> || text || Full name of the resource.
Line 19: Line 24:
 
|}
 
|}
  
== Implementation ==
 
  
 +
The following actions are defined:
 +
* [[Resources database table - Create]]
 +
* [[Resources database table - Insert]]
 +
* [[Resources database table - Update]]
 +
* [[Resources database table - Delete]]
  
  

Revision as of 06:38, 2 December 2011

Personal tools