devops-tim-2 / devops-tim-2/MessageService
Feature: Define model
Đang mở
good first issue
wontfix
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Define classes for model and implement database migration using [SQLAlchemy](https://www.sqlalchemy.org/):
1. Message
- id: int primary_key
- u_from: int foreign_key (User)
- u_to: int foreign_key (User)
- content: string
2. User
- id: int primary_key
3. Follow
- id: int primary_key
- src: int foreign_key (User)
- src: int foreign_key (User)
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.