DT
Drizzle Teamnelsonprsousa

Foreign key truncated for being too long?

Hi, I have multiple warnings / notices: { severity_local: 'NOTICE', severity: 'NOTICE', code: '42622', message: 'identifier "packagesToCategories_package_city_region_country_countryLanguages" will be truncated to "packagesToCategories_package_city_region_country_countryLanguag"', file: 'scansup.c', line: '99', routine: 'truncate_identifier' } Is there a way to name this identifier or silence this warning? Otherwise I am afraid this will start polluting our logs. Thank you
Angelelz
Angelelz194d ago
They will be adding the ability to name your FK and constrains in the next release
nelsonprsousa
nelsonprsousa193d ago
Thank you