silver
silver copied to clipboard
adding a meta field under the plans model
Would it make sense to add a meta to the plans model?
meta = JSONField(blank=True, null=True)
There are cases where I would like to have some additional data on the plan itself. Thoughts?
Hi @macmichael01, I don't see a reason why not to have it. Can you give an example of a case?