質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
```python
|
2
|
+
|
1
3
|
class table1(models.Modl):
|
2
4
|
|
3
5
|
unique_uuid=models.UUIDField(
|
@@ -12,7 +14,7 @@
|
|
12
14
|
|
13
15
|
|
14
16
|
|
15
|
-
|
17
|
+
```
|
16
18
|
|
17
19
|
このようなテーブルがあるとします。
|
18
20
|
|