You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Doctrine\DBAL\DBALException] Unknown database type decimal(3, 2) requested, FOD\DBALClickHouse\ClickHousePlatform may not support it. in public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php on line 443
The text was updated successfully, but these errors were encountered:
I have few tables imported from old database which was a MySQL database. The tables contain columns with Decimal data type.
While doing
I'm getting following Exception
[Doctrine\DBAL\DBALException] Unknown database type decimal(3, 2) requested, FOD\DBALClickHouse\ClickHousePlatform may not support it. in public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php on line 443
The text was updated successfully, but these errors were encountered: