[eluser]ricardocasares[/eluser]
Hi everyone!
I'm having some trouble defining my database table.
I have a tasks table.
Tasks are completed by users, and users may have different roles on the task.
So, tasks, roles and users table.
I have to relate a task with a user and his role on the task, how can I accomplish this with DataMapper?