We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
db/schema.rb
bundle exec rails db:migrate:reset
bundle exec rails s -b 0.0.0.0
bundle exec rake sample_data:generate
rails console
bundle exec rubocop -a
これをやると、修正できる問題は自動で直してくれる。
rails generate migration Addカラム名Toテーブル名 カラム名:型名