new
This commit is contained in:
18
backend/shop/migrations/0026_wechatuser_phone_number.py
Normal file
18
backend/shop/migrations/0026_wechatuser_phone_number.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0.1 on 2026-02-11 07:18
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('shop', '0025_vccourse_alter_courseenrollment_course_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='wechatuser',
|
||||
name='phone_number',
|
||||
field=models.CharField(blank=True, max_length=20, null=True, unique=True, verbose_name='手机号'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user