- 由 python manage.py makemigrations aiapp 自动生成(未手写) - CreateModel(name='CredentialSlot') 含 id/app_id/access_token/updated_at 四列 - python manage.py migrate aiapp 退出码 0;showmigrations 显示 [X] - shell 自检:首访 created=True app_id='' / 二次 save 后 count=1 obj2.pk=1 - N 次 save 守恒断言通过:CredentialSlot.objects.count() == 1 - 探针数据已写入 DB:pk=1 / app_id='probe_app' / access_token='probe_secret_xxxx' (Plan 02 Task 2 浏览器 checkpoint 依赖此值,对应脱敏期望串 *************xxxx) - 覆盖需求 CRED-01 数据库 schema 落地
Description
洛天依
Languages
TypeScript
57.8%
Python
40.3%
HTML
1.3%
CSS
0.3%
Dockerfile
0.1%
Other
0.1%