Semprini / pyMDG

UML Model Driven Generation of schema, code, data and documentation.
Other
21 stars 10 forks source link

UML json should convert to JSONField #25

Closed westpac-paul closed 3 years ago

westpac-paul commented 3 years ago

json = models.CharField( blank=True, null=True, max_length=100 )

to

json = models.JSONField( blank=True, null=True )