I have some trouble, Data Example: animal_table:
- id
- name
- desc
farmer_table:
- id
- name
- desc
investor_table:
- id
- name
- desc
Main Trouble: now i will create Simple CRUD applications, but there is some conditions. Investors(Many) to Animals(Many) Farmers(One) to Animals(Many)
how do i create the database Structure for this problems