v0.10.4
Bug Fixes
- Creating FULL TEXT indexes in MySQL is now done in separate steps, as it does not support creating multiple indexes of this type at the same time.
- Made the SQLServer adapter work again
Features
- Added the
setPrecisionAndScale()
method to theColumn
class