Identifier name is to long

I try to delete a line record on my custom module but got this error quite often,
deleteExtraFields error -4 ‘table_name_prefix’ is to long


any config needed to add max. length of table name? or anyone know about dolibarr max. length for table name? so I’ll rename the table to suit the rule. Thanks.

Hello,

It’s a MYSQL limitation to 64 characters : What is the maximum length of a table name in MySQL

1 Like