MySQL error code
MySQL error 1727
MySQL server error 1727 is ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST, reported with SQLSTATE HY000.
INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.
| Error | 1727 |
|---|---|
| Name | ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference