createor | created_at | ...
====================
1 | frst project | GameO7er | 2019-02-21 | ...
Now I wanna to add "Type" columnt and project can have multiple type.
Project type table
====================
id | name
====================
1 | Programming type
2 | Finance type
3 | Accounting type
Projects table
====================
id | name | createor | type_id | created_at | ...
====================
1 | frst project | GameO7er | 2 | 2019-02-21 | ...
2 | frst project | GameO7er | 3 | 2019-02-21 | ...
I think this is not true , right? what's your suggestion?
Nor true, you right
Обсуждают сегодня