You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: