I\'m connecting with EF Core to the existing PostgreSQL database. There is a non-nullable flag column IsAvailable defined as bit(1). Scaffolded ent
IsAvailable
bit(1)