Skip to content

use numeric instead of char(64) to store arbitrary precision numbers

Philippe Wang requested to merge use-PG-numeric-type into v2.0.0-dev

The binary (little endian hex) format in the database (for gas and a few other arbitrary precision numbers) has been annoying me. This MR converts them to human readable PG type (i.e., “numeric”).

CC @nfillion21

Edited by Philippe Wang

Merge request reports