dbsrgits / sql-translator

SQL::Translator (SQLFairy)
http://sqlfairy.sourceforge.net/
82 stars 91 forks source link

Added support for the 'double precision' type, and change the default precision from (8,2) to none in MySQL. #134

Open uehara-delta opened 3 years ago

uehara-delta commented 3 years ago

This adds support for the 'double precision' type in MySQL. And changes the default precision of double and float types from (8, 2) to none.