apiman integration with mariadb 10.x #2664
Replies: 1 comment 1 reply
-
You have asked this same question 3 times, and the answer is still the same. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to integrate apiman with mariadb 10.x version.
But I am getting below exception
below exception when tried to use mariadb 10.11 database
Caused by: org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: wrong column type encountered in column [payload] in table [notifications]; found [longtext (Types#LONGVARCHAR)], but expecting [json (Types#OTHER)]
Added alter tabe script -
ALTER TABLE notifications MODIFY COLUMN payload JSON;
But same issue found.
Does anyone tried APIMan with Maridb Database?
Beta Was this translation helpful? Give feedback.
All reactions