oguimbal / pg-mem

An in memory postgres DB instance for your unit tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QueryFailedError: type "bit" does not exist

aldokkani-newcross opened this issue · comments

Describe the bug

pg-mem doesn't recognize column type BIT in Postgres

QueryFailedError: type "bit" does not exist

    *️⃣ Reconsituted failed SQL statement: CREATE TABLE IF NOT EXISTS "<TableName>"  ("<CloumnName>" bit   default ('0'))

To Reproduce

CREATE TABLE IF NOT EXISTS "test"  ("test" bit   default ('0'));

pg-mem version

2.6.13