質問編集履歴

1

誤字修正

2021/04/09 08:29

投稿

koukinagano
koukinagano

スコア1

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
  ###行ったこと
98
98
 
99
- ターミナルのエラーにからColumn `user_id` on table `items` does not match column `id` on `users`, which has type `bigint(20)`. To resolve this issue, change the type of the `user_id` column on `items` to be :bigint. (For example `t.bigint :user_id`).というのがあるがこの場合reference型で現象が起こるまでは表示できていたので問題なさそうなので特に何もしていません。
99
+ ターミナルのエラーにColumn `user_id` on table `items` does not match column `id` on `users`, which has type `bigint(20)`. To resolve this issue, change the type of the `user_id` column on `items` to be :bigint. (For example `t.bigint :user_id`).というのがあるがこの場合reference型で現象が起こるまでは表示できていたので問題なさそうなので特に何もしていません。
100
100
 
101
101
 
102
102