Hi,
I would like to create database of books and I need to use multi select field (like Category in film_management in example). How to do it please?
Thanks!
Michal
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 27 April 2020 - 09:21 AM
Hi,
I would like to create database of books and I need to use multi select field (like Category in film_management in example). How to do it please?
Thanks!
Michal
Posted 27 April 2020 - 09:39 AM
My database you can see at https://ch.chlebiq.eu/index.php/examples/books.
Posted 27 April 2020 - 11:22 AM
Maybe it works, but still not right... I cannot see book categories (ZaÅ™azenÃ) on https://ch.chlebiq.eu/index.php/examples/books. Why not? Please could you help me anybody?
Posted 27 April 2020 - 11:29 AM
I think I have resolved it, but I still do not understand the functions...:-(
Posted 05 June 2020 - 07:06 AM
If you follow the example for films , you'll see that there are two tables that connect
the actor (film_actors) and category (film_category) tables with the film table.
You just have to figure out on your case, how you're going to design your database
to relate your tables .