#A4#
#Person#
##
##
#first_name#
#string#
##
##
#infix#
#string#
##
##
#last_name#
#string#
##
##
#birth_date#
#date#
##
##
#email#
#string#
##
##
#is_admin#
#bool#
##
##
#Activity#
##
##
#public_name#
#string#
##
##
#secret_name#
#string#
##
##
#description#
#string#
##
##
#location#
#string#
##
##
#start#
#datetime#
##
##
#end#
#datetime#
##
##
#deadline#
#datetime#
##
##
#show_hidden#
#bool#
##
##
#Participant#
##
##
#is_organizer#
#bool#
##
##
#attending#
#bool, nullable#
##
##
#notes#
#string#
##
##
#Group#
##
##
#name#
#string#
##
##
#type#
#GroupType#
##
##
#Member#
##
##
#is_leader#
#bool#
##
##
#User#
##
##
#email#
#string#
##
##
#password_hash#
#string#
##
##
#registered_at#
#datetime#
##
##
#confirmation_token#
#string#
##
##
#password_reset_token#
#string#
##
##
##
##
#0..1#
##
#1#
##
##
##
##
##
##
##
##
##
##