Skip to content

Instantly share code, notes, and snippets.

@pokuwagata
Last active December 30, 2017 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pokuwagata/adef378cafab0100df5ec1173cb8edbf to your computer and use it in GitHub Desktop.
Save pokuwagata/adef378cafab0100df5ec1173cb8edbf to your computer and use it in GitHub Desktop.
@startuml
entity 社員情報マスタ {
id(PK)
--
Name
Birth
DepartmentId(FK)
}
entity 部署情報マスタ {
id(PK)
--
Name
Description
}
entity 学歴マスタ {
id(PK)
--
employeeId(FK)
SchoolName
Type
}
entity 社内サークルメンバテーブル {
id({PK)
--
CirculeName
employeeId(FK)
}
社員情報マスタ }|-l-|| 部署情報マスタ
社員情報マスタ ||-r-|{ 学歴マスタ
社員情報マスタ ||-d-o{ 社内サークルメンバテーブル
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment