質問編集履歴
3
内容修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
|
59
59
|
| name | String | 500 | yes | text | name for the user |
|
60
60
|
|
61
|
-
| picture | String |
|
61
|
+
| picture | String | | no | base64 | picture |
|
62
62
|
|
63
63
|
|
64
64
|
|
@@ -102,7 +102,7 @@
|
|
102
102
|
|
103
103
|
| name | String | 500 | yes | text | name for the user |
|
104
104
|
|
105
|
-
| picture | String |
|
105
|
+
| picture | String | | no | base64 | picture |
|
106
106
|
|
107
107
|
|
108
108
|
|
2
情報追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -103,3 +103,13 @@
|
|
103
103
|
| name | String | 500 | yes | text | name for the user |
|
104
104
|
|
105
105
|
| picture | String | 500 | no | base64 | picture |
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
##
|
114
|
+
|
115
|
+
もしくは、画像自体はS3に保管し、DBにはそのURLのみ保存するのが良いのでしょうか?
|
1
タグ追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|