Spaces:
Running
Running
import text helper
Browse files- database.py +1 -0
database.py
CHANGED
|
@@ -7,6 +7,7 @@ from sqlalchemy import (
|
|
| 7 |
Integer,
|
| 8 |
Float,
|
| 9 |
insert,
|
|
|
|
| 10 |
)
|
| 11 |
|
| 12 |
# Use a persistent SQLite database file
|
|
|
|
| 7 |
Integer,
|
| 8 |
Float,
|
| 9 |
insert,
|
| 10 |
+
text,
|
| 11 |
)
|
| 12 |
|
| 13 |
# Use a persistent SQLite database file
|