準備 Visual Studio Code これはもちろん必須。 Graphviz http://www.graphviz.org/ こちらからダウンロード。UML描画のために必要らしい。 PlantUML 拡張機能「PlantUML」をインストールする。 ER図の作成の仕方 拡張子「.puml」でファイルを作成して、中身を記述する。 @startuml erdiagram entity "app" { + app_id [PK] == app_cd app_type } entity "app_detail" { + app_detail_id [PK] == # app_id [FK(app.app_id)] app_cnt } app --o{ app_detail @enduml