質問編集履歴
1
記載ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,12 +21,8 @@
|
|
21
21
|
1 row in set (0.00 sec)
|
22
22
|
```
|
23
23
|
|
24
|
-
```
|
25
|
-
//プログラム実行時
|
26
|
-
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: images
|
27
|
-
[SQL: INSERT INTO images (image_name, url) VALUES (?, ?)]
|
28
|
-
```
|
29
24
|
|
25
|
+
|
30
26
|
### 該当のソースコード
|
31
27
|
|
32
28
|
```python
|