add float unsigned
authorquel <github@quelrod.net>
Thu, 17 Dec 2009 19:48:28 +0000 (03:48 +0800)
committerMax Lapshin <max@maxidoors.ru>
Thu, 17 Dec 2009 19:59:11 +0000 (03:59 +0800)
commita8d7b9382a89d7ae5374ba4fe28ba5f2edf95e84
treeabc6feb89c0b50d378d178aa52eb248d6a49fa08
parent230759bf61d6e80762adc1f723e277674ae1ee24
add float unsigned
There is no loss of precision:
"Floating-point and fixed-point types also can be UNSIGNED. As with integer
types, this attribute prevents negative values from being stored in the column.
However, unlike the integer types, the upper range of column values remains the
same."
http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html
mysql2psql