precision property

int? precision
final

For DECIMAL data types, specifies the total number of digits, up to 38. For performance reasons, we recommend up to 18 digits.

Implementation

final int? precision;