Home > extract-pg-schema > InformationSchemaColumn > numeric_precision_radix
InformationSchemaColumn.numeric_precision_radix property
If data_type identifies 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;