wix / velo-external-db

MIT License
13 stars 16 forks source link

Refactor SQL schema translation for text and object fields #482

Closed MXPOL closed 11 months ago

MXPOL commented 11 months ago

This pull request refactors the mysql schema translation for text and object fields. It improves the handling of different subtypes and adds support for additional field types. The changes are aimed at improving the overall performance and accuracy of the schema translation process.

Fixes #1234