Skip to content
New issue

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 chinese #5397

Closed
macro0000 opened this issue Mar 19, 2024 · 1 comment
Closed

erDiagram chinese #5397

macro0000 opened this issue Mar 19, 2024 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@macro0000
Copy link

Description

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
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
Loading

Steps to reproduce

see

Screenshots

No response

Code Sample

No response

Setup

  • Mermaid version:
  • Browser and Version: [Chrome, Edge, Firefox]

Suggested Solutions

No response

Additional Context

No response

@macro0000 macro0000 added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Mar 19, 2024
@sidharthv96
Copy link
Member

sidharthv96 commented Mar 20, 2024

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
Loading
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

2 participants