1
0
-1

Casting strings to numbers can impact performance when there is a large amount of data in the table. So I want to can I store form (app_fd_*) in a int8 type? 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, you can try changing the table column type directly in the database. You would need to ensure that the value type in your form is correct, for example by adding appropriate validation.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        So far it doesn't seem possible.

          CommentAdd your comment...