1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Rails】データベーススキーマからER図を生成する方法

Last updated at Posted at 2025-02-08

Liam ERDを使用するとschema.rbからER図を生成できます。

生成方法

リポジトリが公開されている場合

GitHubのリポジトリが公開されている場合には以下のようにschema.rbのURLにliambx.com/erd/pを挿入するだけでER図が生成されます。

https://liambx.com/erd/p/github.com/UserName/repository-name/blob/main/db/schema.rb

以下のように表示を切り替えられます。

  • 全てのフィールドを表示
    スクリーンショット 2025-02-08 23.40.35.png

  • テーブル名のみ
    スクリーンショット 2025-02-08 23.41.34.png

  • テーブル名とキー
    スクリーンショット 2025-02-08 23.42.06.png

テーブルをクリックすると詳細情報が表示されます。

スクリーンショット 2025-02-08 23.55.37.png

テーブルの表示・非表示を切り替えることもできます。

リポジトリが非公開の場合

リポジトリが公開されていない場合には以下をご参照ください。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?