For example if an index is defined as INDEX `LoginCheck` (`ip`, `action`(200)) The 200 is ignored and the schema comparison just creates: /****** Indexes ******/ CREATE INDEX LoginCheck ON `sys_audit`(`ip`,`action`);
For example if an index is defined as INDEX
LoginCheck(ip,action(200))The 200 is ignored and the schema comparison just creates:
/****** Indexes ******/
CREATE INDEX LoginCheck ON
sys_audit(ip,action);