Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Decimal data type #41

Open
imdad opened this issue Mar 9, 2021 · 0 comments
Open

Support Decimal data type #41

imdad opened this issue Mar 9, 2021 · 0 comments

Comments

@imdad
Copy link

imdad commented Mar 9, 2021

I have few tables imported from old database which was a MySQL database. The tables contain columns with Decimal data type.
While doing

$fromSchema = $conn->getSchemaManager()->createSchema();
$toSchema = clone $fromSchema;

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant