alter to text field
This commit is contained in:
@@ -3,5 +3,5 @@ from utils.models import JSONField
|
||||
|
||||
|
||||
class SysOptions(models.Model):
|
||||
key = models.CharField(max_length=128, unique=True, db_index=True)
|
||||
key = models.TextField(unique=True, db_index=True)
|
||||
value = JSONField()
|
||||
|
||||
Reference in New Issue
Block a user