amplication
amplication copied to clipboard
Error handling for MySQL plugin on entity field of data type `MultiSelectOptionSet`
Feature description
The MySQL Prisma provider is not supporting an array of primitives.
The error handling should be handled on thedb-mysql plugin.
https://github.com/amplication/plugins/tree/master/plugins/db-mysql
The plugin should handle one of the main events (e.g. beforeCreateServer) and if needed the plugin will:
- write the error message to the logger
- throw and error? or "skip" the entire process
Are you willing to submit PR?
Yes I am willing to submit a PR!