修改MySQL数据类型报 Changing columns for table XXX 错的问题

Laravel框架
367
0
0
2022-04-11

没有安装composer require doctrine/dbal扩展报如下错误

Changing columns for table "personnel_matters" requires Doctrine DBAL. Please install the doctrine/dbal package.

解决办法:

安装:

composer require doctrine/dbal