|
# Generated by Django 3.2.8 on 2022-10-26 06:02
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('coupon', '0016_auto_20201202_1203'),
]
operations = [
migrations.AlterField(
model_name='usercouponinfo',
name='coupon_from',
field=models.CharField(blank=True, db_index=True, default='MEMBER_BENEFITS', help_text='劵来源', max_length=32, null=True, verbose_name='coupon_from'),
),
]
|