Data Model ERDs
(revised March 2009April 2011)
Currently Being Revised
- Full Data Model (old)
- Full Data Model (revised April 2011)
- Full Data Model (revised Feb 2012)
- Common Tables
- Groups
- Persons
...
- Table names are prefixed
CCT_
whereCC
indicates the responsible component andT
indicates the type of table as enumerated above. - Table and column names are all lowercase, with underscores ({_}) to separate words/fragments. StudlyCaps are not used.
- Natural english is preferred over major/minor. So
start_date
, notdate_start
. - Column names should avoid incorporating the table name.
- The column name
id
indicates a row identifier. - The suffix
_t
indicates a type identifier, as defined inctx_data_types
.
...