synth icon indicating copy to clipboard operation
synth copied to clipboard

Support tinytext on MySQL

Open tmountain opened this issue 3 years ago • 2 comments

Required Functionality When I try and run synth on a database schema that contains a table with a tinytext column, I get the following message.

Error: We haven't implemented a converter for tinytext

Proposed Solution Synth should support tinytext.

Use case We have a large schema that we'd like to use in conjunction with synth. I'm certain other users are working with schemas containing this datatype. Ideally, all types should be supported.

tmountain avatar Jan 03 '22 19:01 tmountain

Refining this request:

mediumtext, longtext, mediumblob, blob, tinytext, and bit are unsupported

This is preventing us from using synth.

tmountain avatar Jan 03 '22 19:01 tmountain

It could help if we could ignore failing tables #381 and create them manually.

nickygb avatar Jun 19 '23 03:06 nickygb