
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
rails:db:migrateを実行すると「Directly inheriting from ActiveRecord::Migration is not supported.」と出た - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
rails:db:migrateを実行すると「Directly inheriting from ActiveRecord::Migration is not supported.」と出た - Qiita
<この記事について> 自作のアプリ製作中にカラムを追加する流れで「rails:db:migrate」を実行すると「... <この記事について> 自作のアプリ製作中にカラムを追加する流れで「rails:db:migrate」を実行すると「Directly inheriting from ActiveRecord::Migration is not supported.」と表示されエラーに。 初歩的なミスでしたが備忘録として投稿! [環境] ・Ruby 2.6.5, ・Rails 6.0.0 ・macOS rake aborted! StandardError: An error has occurred, all later migrations canceled: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was writte