dynamic database

This commit is contained in:
2024-10-07 22:57:56 -04:00
parent 726f71aed0
commit c313680c13
8 changed files with 78 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
from sqlalchemy import Column, Integer,\
DECIMAL, Text,\
VARCHAR, TIMESTAMP, Date, INTEGER
from datetime import datetime, timezone
DECIMAL, TEXT,\
VARCHAR, TIMESTAMP, DATE, INTEGER
from datetime import datetime
from database import Base