質問編集履歴

2

ls db/migrateの結果を追加

2019/11/24 12:43

投稿

sn.jr
sn.jr

スコア53

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,19 @@
41
41
  Schema migrations table does not exist yet.
42
42
 
43
43
  ```
44
+
45
+
46
+
47
+
48
+
49
+ ```
50
+
51
+ $ls db/migrate
52
+
53
+ 20191122072225_create_users.rb 20191123000642_add_remember_digest_to_users.rb 20191124043814_add_admin_to_users.rb 20191124103257_add_picture_to_microposts.rb
54
+
55
+ 20191122080139_add_index_to_users_email.rb 20191123123031_add_admin_to_users.rb 20191124073302_add_activation_to_users.rb
56
+
57
+ 20191122080933_add_password_digest_to_users.rb 20191123125142_add_activation_to_users.rb 20191124084143_create_microposts.rb
58
+
59
+ ```

1

rails db:migrate:statusの結果を追加

2019/11/24 12:43

投稿

sn.jr
sn.jr

スコア53

test CHANGED
File without changes
test CHANGED
@@ -33,3 +33,11 @@
33
33
  (See full trace by running task with --trace)
34
34
 
35
35
  ```
36
+
37
+ ```
38
+
39
+ $ rails db:migrate:status
40
+
41
+ Schema migrations table does not exist yet.
42
+
43
+ ```