Echo-Z/comment/migrations/0002_comment_archives_id.py

19 lines
408 B
Python

# Generated by Django 4.2.23 on 2025-06-20 03:01
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('comment', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='comment',
name='archives_Id',
field=models.IntegerField(default=0, verbose_name='文章idßß'),
),
]