Program/mooc
?..濡.. 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
..
api 优化数据库表的创建与检查 2025-01-04 01:13:47 +08:00
core 升级新规范 2025-01-03 14:37:35 +08:00
crud feat(mooc): 重构代码并添加新功能 2025-01-06 11:12:11 +08:00
db 优化数据库表的创建与检查 2025-01-04 01:13:47 +08:00
models Refactor models and schemas for improved consistency and functionality 2025-01-09 06:43:18 +08:00
schemas Refactor models and schemas for improved consistency and functionality 2025-01-09 06:43:18 +08:00
utils init 2024-12-31 22:27:04 +08:00
__init__.py init 2024-12-31 22:27:04 +08:00