Support in migrations when you try want to change a column data type. ```$table->uuid('user_id')->index()->nullable()->change();``` throws: ```Doctrine\DBAL\DBALException : Unknown column type "uuid" requested. ... ```
Support in migrations when you try want to change a column data type.
$table->uuid('user_id')->index()->nullable()->change();throws:
Doctrine\DBAL\DBALException : Unknown column type "uuid" requested. ...