There's no way to see the precision/scale options of numeric columns (PostgreSQL) in the UI on the Linux app. The only way for sure it to export the table structure as SQL to know the exact values:
The sql:
(6,'base_price','numeric',10,NULL,2,NULL,'NO',NULL,'');