Answers for "runtimeexception changing columns for table "posts" requires doctrine dbal. please install the doctrine/dbal package."

0

Changing columns for table "" requires Doctrine DBAL.

Solution:

$ composer remove doctrine/dbal
$ composer require doctrine/dbal:2.*
I hope it helps someone, good luck ;)
Posted by: Guest on February-19-2022

Code answers related to "runtimeexception changing columns for table "posts" requires doctrine dbal. please install the doctrine/dbal package."

Code answers related to "Javascript"

Browse Popular Code Answers by Language