Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running_balance.balance is a varchar (255) not a decimal #4

Open
knowj opened this issue Sep 4, 2014 · 0 comments
Open

running_balance.balance is a varchar (255) not a decimal #4

knowj opened this issue Sep 4, 2014 · 0 comments
Assignees
Labels

Comments

@knowj
Copy link

knowj commented Sep 4, 2014

The field type for the running_balance.balance is currently set to a VARCHAR(255) when it should be a DECIMAL(5,2) or higher. The result of having the running_balance as a string rather than a decimal is that 30.00 is less than 5.5 when you order by that column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants