laravel-meta
laravel-meta copied to clipboard
Is it possible to add an extra column or group metas?
Hi
I have 2 type of metas, config metas and content metas.
I would like to create a CRUD for each one, but I will need to find a way to separate them. Maybe adding an extra column like extra
.
Have someone faced this situation? Any ideas?
Thanks!
@dhcmega were you able to implement that? do you mind sending a PR request for this feature?
Hi, it will be my first PR. This week is a busy week for me, but I will try to do it next week. It will be good to help the community. Thanks!
Hi @kodeine do you think that adding the JSON type to the rows would work? That would very simply allow to create a record with as many extra fields as needed with a decent search feature to use in sql queries, right?
EDIT1: I think that performance will be affected as a JSON column cannot get indexed.