質問編集履歴

3

内容修正

2021/03/15 02:01

投稿

NakaShun_1129
NakaShun_1129

スコア20

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 | 500 | no | bytea | picture |
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 | 500 | no | base64 | picture |
105
+ | picture | String | | no | base64 | picture |
106
106
 
107
107
 
108
108
 

2

情報追加

2021/03/15 02:01

投稿

NakaShun_1129
NakaShun_1129

スコア20

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

タグ追加

2021/03/12 10:24

投稿

NakaShun_1129
NakaShun_1129

スコア20

test CHANGED
File without changes
test CHANGED
File without changes