Skip to content

Instantly share code, notes, and snippets.

@dodopok
Created June 11, 2013 14:20
Show Gist options
  • Save dodopok/5757226 to your computer and use it in GitHub Desktop.
Save dodopok/5757226 to your computer and use it in GitHub Desktop.
Valores decimais MySQL
You need DECIMAL(4, 2) by the looks of things. DECIMAL(2, 2) only allows a range of -0.99 to 0.99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment