We have specs with a name more than 50 chars, however the BaseFieldDefinition for field name has the setting max_length 50 characters (ergo the db field length to 50 chars also).
I am wondering why it was set to 50 chars?
We can change this however I’d rather not, and it’s a tricky change on a base field.