質問編集履歴

1

tuiki

2017/08/28 06:06

投稿

renren643
renren643

スコア279

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,21 @@
57
57
 
58
58
 
59
59
  ```
60
+
61
+ ```
62
+
63
+ class AddImageNameToUsers < ActiveRecord::Migration
64
+
65
+ def change
66
+
67
+ add_column :users, :image_name, :string
68
+
69
+ end
70
+
71
+ end
72
+
73
+
74
+
75
+
76
+
77
+ ```