⛳
【音声ファイルアップロード機能】migrationで型(タイプ)変更してuser_idを外部キーとする(できない)
Note: 以降のカラムタイプのみ変更可能です:bigInteger、binary、boolean、date、dateTime、dateTimeTz、decimal、integer、json、longText、mediumText、smallInteger、string、text、time、unsignedBigInteger、unsignedInteger and unsignedSmallInteger
カラムの変更では外部キーを作れない
よって既存のものを削除して、新しく外部キーとしてuser_idカラムを作成する必要がある
以下の流れで行う
- musicfilesのuseridカラム削除
- 外部キーとしてuseridカラム追加
Discussion