feat: enm mpoint增加third_info字段
This commit is contained in:
parent
2d8f546104
commit
bec6644138
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.2.12 on 2024-04-02 04:06
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('enm', '0024_auto_20240326_1617'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='mpoint',
|
||||
name='third_info',
|
||||
field=models.JSONField(blank=True, default=dict, verbose_name='第三方信息'),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue