fastapi-login/design/db/mysql/Comments.yaml
2024-01-24 10:23:42 +08:00

7 lines
150 B
YAML

Comment:
uuid: str unique
uid: str foreign_key to Users
pid: foreign_key to Posts
updated_at: timestamp
created_at: timestamp
content: str