Integer Fields are not accepting more than 13 numbers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • msonu719
    Junior Member
    • Aug 2024
    • 13

    Integer Fields are not accepting more than 13 numbers

    Hi i have a requirement of integer length 18 but it stops on 13 digits how can i increase the length of integer column
  • victor
    Active Community Member
    • Aug 2022
    • 727

    #2
    Identical topic with possible solutions: https://forum.espocrm.com/forum/gene...t-of-10-digits

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #3
      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

      Working...