質問編集履歴
1
schema.rbの記載
test
CHANGED
File without changes
|
test
CHANGED
@@ -200,6 +200,46 @@
|
|
200
200
|
|
201
201
|
|
202
202
|
|
203
|
+
```Ruby
|
204
|
+
|
205
|
+
schema.rb
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
# This file is auto-generated from the current state of the database. Instead
|
210
|
+
|
211
|
+
# of editing this file, please use the migrations feature of Active Record to
|
212
|
+
|
213
|
+
# incrementally modify your database, and then regenerate this schema definition.
|
214
|
+
|
215
|
+
#
|
216
|
+
|
217
|
+
# This file is the source Rails uses to define your schema when running `rails
|
218
|
+
|
219
|
+
# db:schema:load`. When creating a new database, `rails db:schema:load` tends to
|
220
|
+
|
221
|
+
# be faster and is potentially less error prone than running all of your
|
222
|
+
|
223
|
+
# migrations from scratch. Old migrations may fail to apply correctly if those
|
224
|
+
|
225
|
+
# migrations use external dependencies or application code.
|
226
|
+
|
227
|
+
#
|
228
|
+
|
229
|
+
# It's strongly recommended that you check this file into your version control system.
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
ActiveRecord::Schema.define(version: 0) do
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
end
|
238
|
+
|
239
|
+
```
|
240
|
+
|
241
|
+
|
242
|
+
|
203
243
|
### 試したこと
|
204
244
|
|
205
245
|
|