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
EF Core Power Tools version: 2.6.437
Exact Visual Studio version: Visual Studio 2022 17.11.4
Steps to reproduce
Create a table in mysql that has a
bit(1)
type column. Reverse engineer to generate classes. Generated field forbit(1)
type column isulong
instead ofbool
.Technical details
2.6.437
Visual Studio 2022 17.11.4
MySQL
EF Core 8
no
no
no