mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
在 table_exists、column_exists、index_exists、unique_constraint_exists 函数中添加 inspector.clear_cache() 调用,确保每次检查时从数据库获取 最新的 schema 信息,避免因缓存过期导致重复添加已存在的列/表/索引。