Loris icon indicating copy to clipboard operation
Loris copied to clipboard

Should be able to specify precision of numbers in LINST format

Open driusan opened this issue 1 year ago • 1 comments
trafficstars

The LINST format uses decimal(14, 4) (previously decimal(10,0)) for the data type. This is not necessarily the right type for all fields, depending on what type of question is being asked / data collected.

We should have a way to specify the precision of the field so that bigger/smaller numbers can be stored in the SQL tables.

driusan avatar Jun 06 '24 14:06 driusan

Ref: #9277

regisoc avatar Jun 06 '24 14:06 regisoc