Skip to content
elbenfreund edited this page Nov 11, 2015 · 2 revisions

Notes and specifications regarding our datamodel. Right now various specs and comments are distributed throughout our code and documentation. This page aims to collect those and prepare them in a consistent way so we can integrate this info into our docs once we get there.

Objects

Categories

id

  • int (PK)

name

  • varchar2
  • max_length: 500

Deprecated

color_code

  • varchar
  • max length: 50

category_order

  • int

search name

  • varchar2

Activities

id

  • int (PK)

name

  • varchar
  • max_length: 500

deleted

  • int

category_id

Deprecated

search_name

  • varchar2

activity_order

  • int

work

  • int

Facts