Column_name bit in mssql
When creating table in the databricks bit data type is not supported Which data type can I use
Unfortunately there is no bit type on Databricks, so you either can use boolean type (doc) or maybe tinyint (doc)
bit
boolean
tinyint