Skip to content

Display precision/scale options for numeric columns in postgres #253

@wout

Description

@wout

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:

Image

The sql:

(6,'base_price','numeric',10,NULL,2,NULL,'NO',NULL,'');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions