I'd like bit fields to be supported in squirrel. **REPRO** ``` create table foo( flag BIT(64) UNIQUE NOT NULL ); ``` **ERROR** ``` One of the rows returned by this query has type `bit` which I cannot currently generate code for. ```
I'd like bit fields to be supported in squirrel.
REPRO
ERROR