change error schema
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user