I am using Laravel to create a CRM. I want accounts to be able to be of multiple account_types. In an account types tables there will be an ID and a title, then in the Accounts table I plan to have a column that stores a json object of which types this account is a part of.I am using Laravel to create a CRM. I want acco