Database structure

While the database is not really part of opentimesheet we publish our reference implementation here. You can simply take our MySQL DDL or create your own for your favorite database system.

Database structure of the opentimesheet reference implementation

Users are users, usersrights build a simple rights management with four levels, props are glue-keys to legacy systems, groups are to be mapped to project-hierarchy's, timespent records working times.

AttachmentSize
ots-db.png76.19 KB

Comments

Boah, years later I made it!
Thanks to Daniel, Martin and Groan for your patience... and I am about to rewrite the server in Go (golang, Googles new programming language).