Recognized: DECIMAL(10,5)
Rejected: DECIMAL(10, 5)
This is unfortunate since e.g. PhpStorm autoformatting inserts the space in a file where the SQL Dialect is set to SQLite. If a database is initialized with such a file, Phinx then struggles to apply migrations on top of that.
The fix should be simple: Allow optional spaces/whitespace in the regex contained in getPhinxType.