-
Notifications
You must be signed in to change notification settings - Fork 33
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
jsonb data type not supported #9
jsonb data type not supported #9
Comments
Hi, Is there a workaround for this? Is it possible to change the default entities with custom ones? Thanks |
Hi @ptesser, https://www.npmjs.com/package/@switchit/nestjs-oauth2-server If you want to contribute you are welcome. |
Sorry I was blocked on a bug project for last couple ok weeks.
I will look at your fork and integrate it. Could you propose a Pull request ?
Thanks a lot
Envoyé de mon iPhone
… Le 10 juin 2020 à 17:56, gdg87 ***@***.***> a écrit :
Hi @ptesser,
since no news comes from switchit I decide fork it and publish a new package. You can find it here:
***@***.***/nestjs-oauth2-server
If you want to contribute you are welcome.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi @gdg87, Thanks a lot |
I change to json type and I try to run it in mysql |
Hi,
I try to use the package with mysql database but I have this error
DataTypeNotSupportedError: Data type "jsonb" in "AccessTokenEntity.createdFrom" is not supported by "mysql" database.
Is possible switch the field type to json in order to support more database.
Thanks
The text was updated successfully, but these errors were encountered: