hi,
Yes you are right, these are not activiti tables.
Actually i create two additional tables in activiti database, named "service" and "relationship" , the first contains id, names of services and managers id. In the other hand table "relationship" contains id_service and id_user (foreign key of table service and table "act_id_user"), because in the table act_id_user i added somme users ( and each one is a member of a service and he can be a sample user or a manager)
For example i have i user named "u03" in act_id_user who is a manger of service named " HR" . so i create a foreign key in table relationship for tables "service" and "act_id_user"
Am i right to add additinnal tables ?
Thank you.