0

For all intents and purposes I'm writing a CRM of sorts. I want to include the ability for my client accounts to define custom fields on their records. Has anybody got recommendations on an elegant, flexible solution to store that sort of thing in MySQL using the CodeIgniter4 Framework?

  • You could create a client_fields column in your table and save all the custom data as a JSON string – Dusan Oct 09 '22 at 08:03

0 Answers0