change error schema

This commit is contained in:
Lei PAN
2022-06-03 11:51:59 +02:00
parent 807c87d308
commit e925945300
4 changed files with 18 additions and 18 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ class LocalDbManager:
metadata = MetaData(db_engine)
# Create a table with the appropriate Columns
Table(ContactInErrorPojo.__tablename__, metadata,
Column('mail', String, primary_key=True, nullable=False),
Column('id', Integer, primary_key=True, autoincrement=True),
Column('mail', String),
Column('phone', String),
Column('passport', String),
Column('last_name', String),