Hi i have a requirement of integer length 18 but it stops on 13 digits how can i increase the length of integer column
Integer Fields are not accepting more than 13 numbers
Collapse
X
-
-
As of v8.4.0 (release is the next week):
1. Set "dbType": "bigint" for the field in entityDefs metadata manually.
2. Set Max and Min values at Administration > Entity Manager > {Entity} > Fields > {Field}.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment