Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make CHARTEVENTS VALUENUM colum wide.
CHARTEVENTS VALUENUM column was set to DECIMAL(22, 10) but that data has to be truncated when it is inserted, because the actual data contains 7 integer part digits and 23 or less than decimal places at most. Then I made the column DECIMAL(30, 23).
- Loading branch information