ErikEJ / EFCorePowerTools

Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
MIT License
2.19k stars 297 forks source link

MySQL bit(1) type column is mapped to ulong instead of bool #2540

Closed sufyannisar closed 1 month ago

sufyannisar commented 1 month ago

Steps to reproduce

Create a table in mysql that has a bit(1) type column. Reverse engineer to generate classes. Generated field for bit(1) type column is ulong instead of bool.

Technical details

ErikEJ commented 1 month ago

@sufyannisar I think you ask in the MySql provider repository (Pomelo provider)