Can we configure a form to store fields in a non-string data type?

Confluence User - 17 May, 2023

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? 

forms;datatype;store

2


17 May, 2023
confluenceUser
confluenceUser

So far it doesn't seem possible.

18 May, 2023
confluenceUser
confluenceUser

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.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print