Commit Graph

5 Commits

Author SHA1 Message Date
?..濡..
0e27355932 Refactor models and schemas for improved consistency and functionality
- Updated import statements in `mooc/models/__init__.py` to use parentheses for clarity.
- Refactored `mooc/models/core.py` to replace `UnsignedInteger` with `INTEGER(unsigned=True)` for better compatibility.
- Introduced new `MobileNumber` model in `mooc/models/mobile_number.py` with appropriate fields.
- Added `ProfileFields` model in `mooc/models/profile_fields.py` with detailed attributes.
- Updated schemas in `mooc/schemas/mobile_number.py` and `mooc/schemas/profile_fields.py` to reflect model changes and improve naming conventions.
- Ensured all models and schemas are consistent with naming and data types.
2025-01-09 06:43:18 +08:00
雨过
8e278295db
update mooc/models/users.py. 去除ims前缀
Signed-off-by: 雨过 <zxx1747362695@qq.com>
2025-01-05 16:30:53 +00:00
雨过
d23e374f4c
part2-按照新教程修改,并检查修改ai生成缺失部分
Signed-off-by: 雨过 <zxx1747362695@qq.com>
2025-01-05 15:04:45 +00:00
雨过
54de8d030b
删除文件 mooc/models/users.py 2025-01-05 14:58:45 +00:00
雨过
bfa1a65a0e
重命名 mooc/models/users_all.py 为 mooc/models/users.py 2025-01-05 07:24:59 +00:00