In v8.2.3, when I add a new field to an entity, Espo prepends the letter "c" to the field name.
For example, if I create a new field called "myField", Espo creates it as "cMyField".
This started happening after I upgraded from 8.1.1 to 8.2.3. I created many fields in the earlier version with no issues. There are no errors in the browser console, nor do I see any errors in the logs. The only entry pertaining to this is the following:
Schema, query: ALTER TABLE account ADD c_npi_no INT DEFAULT NULL
I don't know where it's getting the "c" from, as I entered npiNo for the field name.
For example, if I create a new field called "myField", Espo creates it as "cMyField".
This started happening after I upgraded from 8.1.1 to 8.2.3. I created many fields in the earlier version with no issues. There are no errors in the browser console, nor do I see any errors in the logs. The only entry pertaining to this is the following:
Schema, query: ALTER TABLE account ADD c_npi_no INT DEFAULT NULL
I don't know where it's getting the "c" from, as I entered npiNo for the field name.
Comment