Open
Description
I am trying to build models using sqlboiler psql
command. But the below error is occurring.
unable to load tables: unable to fetch table column info(user_info) : unable to scan for table user_info: sql: Scan error on column index 1, name "column_type" : converting NULL to string is unsupported
Error: unable to initialize tables: unable to fetch table data: exit status 1
Could someone please help me to resolve this?
I thought there were problems in connection between sqlboiler and psql. But it was connected properly.