Account Entity
Account Entity
Comments
-
[font=Calibri, sans-serif]Is it a bad idea to store the account entity in a custom database structure? I was wanting to keep track of a bunch of information when someone filled out a form (name, company, etc.), and storing the entire account seemed like an easy way to do that.[/font]
-
[font=Roboto, Arial, Helvetica, sans-serif]It is simpler to store an account_id in a string field of a composite type and using it to fetch the relevant account at runtime.[/font]