from sqlalchemy import and_, or_, not_
This commit is contained in:
@@ -2,6 +2,7 @@ from app.extensions import db
|
|||||||
from datetime import datetime, timezone
|
from datetime import datetime, timezone
|
||||||
|
|
||||||
from app.utils.logger import logger
|
from app.utils.logger import logger
|
||||||
|
from sqlalchemy import and_, or_, not_
|
||||||
|
|
||||||
class Transaction(db.Model):
|
class Transaction(db.Model):
|
||||||
__tablename__ = "transactions"
|
__tablename__ = "transactions"
|
||||||
|
|||||||
Reference in New Issue
Block a user