if not engine.dialect.has_table(engine, DB_TABLE_CONFIGS):
            config_table = get_config_table(metadata)
            metadata.create_all(engine)