You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running mysql-schema-ts 1.6.2 on a schema with a BOOLEAN MySQL column definition, the output interface renders the field as "number" instead of "boolean". I couldn't find any place in the documentation where this was a deliberate/considered decision vs a bug, so I'm filing the issue here as a request. Thanks!
The text was updated successfully, but these errors were encountered:
Note that this is a request to partially undo 8e9dcf0 and #9 - but looking at the linked comment at SweetIQ/schemats#116 (comment) it seems it may not actually be possible to discern that the column in question is a 1-bit TINYINT (BOOLEAN), so I'll close this out. Sorry.
When running mysql-schema-ts 1.6.2 on a schema with a BOOLEAN MySQL column definition, the output interface renders the field as "number" instead of "boolean". I couldn't find any place in the documentation where this was a deliberate/considered decision vs a bug, so I'm filing the issue here as a request. Thanks!
The text was updated successfully, but these errors were encountered: