Home > extract-pg-schema > InformationSchemaDomain > numeric_precision_radix
InformationSchemaDomain.numeric_precision_radix property
If the domain has a numeric type, this column indicates in which base the values in the columns numeric_precision and numeric_scale are expressed. The value is either 2 or 10. For all other data types, this column is null.
Signature:
typescript
numeric_precision_radix: number | null;