We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
erDiagram Performance_Goal { goalId int PK "目标ID" goalName varchar255 "目标名称" description text "描述" deadline date "截止日期" periodLength int "周期长度" } Performance_Goal ||--o{ Performance_Task : 测试 Performance_Goal ||--o{ Performance_Feedback : yongyou
see
No response
The text was updated successfully, but these errors were encountered:
Please use double quotes around non ASCII characters.
erDiagram Performance_Goal { goalId int PK "目标ID" goalName varchar255 "目标名称" description text "描述" deadline date "截止日期" periodLength int "周期长度" } Performance_Goal ||--o{ Performance_Task : "测试" Performance_Goal ||--o{ Performance_Feedback : yongyou
Sorry, something went wrong.
No branches or pull requests
Description
Steps to reproduce
see
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: