1
1

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.

Rails カラムの追加

Last updated at Posted at 2018-01-03
rails g migration AddTicketIdToTargetservers ticketid:integer
rails db:migrate

「マイグレーションを使ったカラムの追加、削除、データ型の変更」
https://qiita.com/dawn_628/items/13fa64dc6d600e921ce3

「railsでlabelに表示する名前をmodelの属性名から変更する方法」
http://se-bikou.blogspot.jp/2013/06/railslabelmodel.html

1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?