質問編集履歴
2
初心者アイコンに変更
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
補足
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
column_1 = Column(Integer)
|
21
21
|
column_2 = Column(String(10))
|
22
22
|
```
|
23
|
+
column_1とcolumn_2はそれぞれ別のレコードでの重複します。
|
23
24
|
|
24
25
|
### 試したこと
|
25
26
|
```
|