Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
似乎 DatabaseSchemaUpdater 仅用于添加新表/列,但不能用于修改数据库架构。
谁能告诉我如何使用 DatabaseSchemaUpdater 修改数据库模式(删除列)?或者其他实现它的方法。