Skip to content

PostgreSQL: real type is "6 decimal digits precision" #327

@Kexkey

Description

@Kexkey

https://www.postgresql.org/docs/current/datatype-numeric.html

Currently, watching_tx.amount, recipient.amount as well as tx.fee columns are of type real which causes precision loss when the value is > 1.

We need to change those types to double.

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