forked from Anteros-Code-Mentoria/poc-mvc-ocr
Merge branch 'main' of https://git.anteroscode.com/looccasgtr/poc-mvc-ocr
This commit is contained in:
commit
2ecf163f28
@ -4,7 +4,7 @@ from sqlalchemy.ext.declarative import declarative_base
|
|||||||
import uuid
|
import uuid
|
||||||
from datetime import datetime, timezone
|
from datetime import datetime, timezone
|
||||||
|
|
||||||
Base = declarative_base()
|
Base = declarative_base()sdfs
|
||||||
|
|
||||||
class OCRResult(Base):
|
class OCRResult(Base):
|
||||||
__tablename__ = "ocr_result" # Corrigido
|
__tablename__ = "ocr_result" # Corrigido
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user