質問編集履歴
1
修正依頼に対する追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -66,4 +66,28 @@
|
|
66
66
|
|
67
67
|
別の記事では/db/migrate/yyyymmddxxxxxx_add_confirmable_to_devise.rbのようなマイグレイトファイルを作るやり方もあるようで、自分がやったやり方では何か必要なものが抜けているのでしょうか。
|
68
68
|
すみませんがご教示いただけると幸いです。
|
69
|
-
よろしくお願いします。
|
69
|
+
よろしくお願いします。
|
70
|
+
|
71
|
+
追記
|
72
|
+
---
|
73
|
+
マイグレイト状況です
|
74
|
+
```
|
75
|
+
[vagrant@localhost mymemo]$ rails db:migrate:status
|
76
|
+
|
77
|
+
database: mymemo_development
|
78
|
+
|
79
|
+
Status Migration ID Migration Name
|
80
|
+
--------------------------------------------------
|
81
|
+
up 20180310093943 ********** NO FILE **********
|
82
|
+
up 20180316050319 Create artists
|
83
|
+
up 20180321002345 Devise create users
|
84
|
+
up 20180321071218 Add user id to artist
|
85
|
+
up 20180322044720 Create stages
|
86
|
+
up 20180322145203 Add artist id to stage
|
87
|
+
up 20180402024450 Add kyokumei to artist
|
88
|
+
up 20180424121356 Add toiawase to artist
|
89
|
+
up 20180509123146 ********** NO FILE **********
|
90
|
+
[vagrant@localhost mymemo]$ rails db:version
|
91
|
+
Current version: 20180509123146
|
92
|
+
|
93
|
+
```
|