数据库结构对比 —— 六安人民修改之后,不知道哪几个视图修改了,怎么办 #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
第一步,导出服务器数据库结构
mysqldump -u root -p --no-data opm_ectms > opm_ectms.schema.larm.20251210.sql
第二步,把这个接口导入本地数据库
第三步,借助navicat的数据库对比,对比两个文件的差异