onlineTool > dbdiagram.io > テキストによるDatabaseのテーブル設計
1404 ワード
動作環境
Windows 10 Pro (v1909)
背景
- Databaseまではいかないが、複数ファイルの関係を整理したい
- そういえば20年前にはDatabaseソフト作っていたなあ。。。
- Tableをオンラインで生成する何かないだろうか
dbdiagram.io
- テキストで編集可能
- コメントも残せる
- Export機能が利用可能
- PDF Exportは動かない?
- 10ダイアグラムまで (無料版)
- テキストは別途自分のツールで保存すればいいか。。。
- テキストペインでは入力補完が聞くので使いやすい
例
Table Crew {
id int [pk]
name varchar
affil_id int [ref: > Affiliation.id]
shift_id int [ref: > WorkingSchedule.id]
friend_id int
family_id int [ref: > Family.id]
}
Table Affiliation {
id int [pk]
name varchar
}
Table WorkingSchedule {
id int [pk]
startHour int // inclusive
endHour int // exclusive
}
Table Family {
id int [pK]
name varcahr
}
Author And Source
この問題について(onlineTool > dbdiagram.io > テキストによるDatabaseのテーブル設計), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/33e6a6553f883c9e8d4f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .