User Tools

Site Tools


touchregtime:dg_design

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
touchregtime:dg_design [2017/10/24 09:03]
tschulz
touchregtime:dg_design [2017/10/24 09:59] (current)
tschulz [user rights assignment]
Line 1: Line 1:
 ====== Quick-Touch DB Design ====== ====== Quick-Touch DB Design ======
 +
 +===== user entry =====
 +  * int id
 +  * username
 +  * password hash
 +
 +===== user rights def =====
 +  * int id
 +  * varchar short-name
 +  * varchar right-descr
 +
 +===== user rights assignment =====
 +  * int id
 +  * int right-id
 +  * int user-id
  
 ===== Age Groups ===== ===== Age Groups =====
Line 14: Line 29:
   * varchar age_groups (array "Age Groups"​)   * varchar age_groups (array "Age Groups"​)
   * long start_time ​   * long start_time ​
 +
 +===== Event Cost entry =====
 +  * int id
 +  * int event-id
 +  * int age-group-id
 +
  
 ===== Registration entry ===== ===== Registration entry =====
touchregtime/dg_design.1508853781.txt.gz · Last modified: 2017/10/24 09:03 by tschulz