laravel - LaraAdmin to create many to many relationships / modules? -
we using laraadmin data modeling , crud of our site. seems pretty versatile 1 many relationships such state > city, don't know how implement many many relationships modules.
for example, need create teachers
module , students
module. apparently, teacher can have multiple students , student can have multiple teachers.
what's supposed way in laraadmin modules?
another issue is, laraadmin seems saving relationship ids in json. large number of rows in database table, won't disastrous performance wise? because, know, 1 has read rows json , find particular id in 1 of json(s).
how can make laraadmin use native integer ids in referencing columns?
Comments
Post a Comment