fastapi-login/design/db/mysql/Comments.yaml

7 lines
150 B
YAML
Raw Normal View History

2024-01-23 19:30:28 +08:00
Comment:
uuid: str unique
uid: str foreign_key to Users
pid: foreign_key to Posts
updated_at: timestamp
created_at: timestamp
content: str