Mysql
 sql >> Database >  >> RDS >> Mysql

Identificatore MySQL Big FK

No, è hardcoded in MySQL, vedi i documenti (verso il fondo della pagina). Ma non ha nulla a che fare con il nome dell'FK. È il nome dell'indice troppo lungo (64 caratteri max):

`Identifier`                  `Maximum Length (characters)`
Database                      64
Table                         64
Column                        64
Index                         64
Constraint                    64
Stored Procedure or Function  64
Trigger                       64
View                          64
Alias                         256 (see exception following table)
Compound Statement Label      16