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 5 years have passed since last update.

マイグレーションファイルとは?個人的覚え書

Posted at

マイグレーションファイルとは何か一言で

どんなテーブル(DB)を作成するのか?が書かれた設計図。
テーブルを定義する仕組み。

なぜマイグレーションファイルを用意するの?直接SQL文を打ち込んではいけないのか?

DBに変更を加える人の数が増えた場合、管理するのが大変になって来る。
そうなる前にこのマイグレーションファイルを用意する事によって変更を容易にしてくれるのです。

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?