質問編集履歴
1
情報の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -103,3 +103,27 @@
|
|
103
103
|
|
104
104
|
|
105
105
|
```
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
### 追記
|
110
|
+
|
111
|
+
rails db:migrate実行してみましたが、下記のようなエラーがでました。
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
```
|
116
|
+
|
117
|
+
== 20201016131954 DeviseCreateUsers: migrating ================================
|
118
|
+
|
119
|
+
-- create_table(:users)
|
120
|
+
|
121
|
+
rails aborted!
|
122
|
+
|
123
|
+
StandardError: An error has occurred, all later migrations canceled:
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
you can't define an already defined column 'name'.
|
128
|
+
|
129
|
+
```
|