0
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?

More than 3 years have passed since last update.

「rails g model」と「rails g migration」の違い

Posted at

初学者の方にとってはDB周りの知識はややこしくて少々わかりづらいものです。
そこで今回は私も理解するのに少し苦労した「rails g model」と「rails g migration」の違いを簡単に記事にしてみました。

#マイグレーションファイルとは?
 マイグレーションファイルとは簡単に言うと”データベースの設計図”です。
このファイルを実行することにより記述した内容がデータベースに反映されます。

#概念的なrails g model と rails g migration の違い

rails g model = モデルとマイグレーションファイルを作る

rails g migration = モデルとマイグレーションファイルを作る

0
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
0
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?