I want / need to be able to save teams created by me
So that I can access them and any data linked to them at any time.
Description
create a table for teams which have following attributes:
name, description, related requests, related users
Think of further useful attributes.
Ensure that the table is implemented in the database.
Acceptance criteria
[ ] a custom table for teams and needed attributes has been created
[ ] the table has been related to other tables
Definition of done
Can be demoed
Fully tested with the unit test
Code well structured and formatted (hold to code conventions)
User story
Description
create a table for teams which have following attributes: name, description, related requests, related users Think of further useful attributes. Ensure that the table is implemented in the database.
Acceptance criteria
Definition of done