# チーム開発 データベース設計図 ## ER図 https://plantuml.com/ja/ie-diagram ```plantuml @startuml entity students { * id -- name:string age:int } entity enrollees { *id -- *student_id:int<<FK>> *school_id:int<<FK>> } entity schools{ *id -- name:string place:string } students||-right-o{enrollees schools||-left-o{enrollees ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up