質問編集履歴

1

修正依頼に対する追記

2018/08/12 10:16

投稿

seen
seen

スコア49

test CHANGED
File without changes
test CHANGED
@@ -135,3 +135,51 @@
135
135
  すみませんがご教示いただけると幸いです。
136
136
 
137
137
  よろしくお願いします。
138
+
139
+
140
+
141
+ 追記
142
+
143
+ ---
144
+
145
+ マイグレイト状況です
146
+
147
+ ```
148
+
149
+ [vagrant@localhost mymemo]$ rails db:migrate:status
150
+
151
+
152
+
153
+ database: mymemo_development
154
+
155
+
156
+
157
+ Status Migration ID Migration Name
158
+
159
+ --------------------------------------------------
160
+
161
+ up 20180310093943 ********** NO FILE **********
162
+
163
+ up 20180316050319 Create artists
164
+
165
+ up 20180321002345 Devise create users
166
+
167
+ up 20180321071218 Add user id to artist
168
+
169
+ up 20180322044720 Create stages
170
+
171
+ up 20180322145203 Add artist id to stage
172
+
173
+ up 20180402024450 Add kyokumei to artist
174
+
175
+ up 20180424121356 Add toiawase to artist
176
+
177
+ up 20180509123146 ********** NO FILE **********
178
+
179
+ [vagrant@localhost mymemo]$ rails db:version
180
+
181
+ Current version: 20180509123146
182
+
183
+
184
+
185
+ ```