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
How will you differentiate between actual tinyint(1) contents and boolean?
It's a convention, no need to differentiate. (If one really wants to differentiate than a flag for the import command would do it, but as default behavior please make it boolean.)
Hi,
Import Schema should convert/map MySQL tinyint(1) to PG boolean (instead of the current smallint).
https://www.mysqltutorial.org/mysql-basics/mysql-boolean/
Thanks in advance.
The text was updated successfully, but these errors were encountered: