Double digit with 8 decimals on coordinate

How can i crate a text field with a double with 8 digits? The table column generator limits it to 3 digits

Add the NumberFormat annotation to the entity attribute. You can do it also by specifying the format in the “Number format” field in Studio.

1 Like

Simple enough !! spasibo !