You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am trying to build models using
sqlboiler psql
command. But the below error is occurring.Could someone please help me to resolve this?
I thought there were problems in connection between sqlboiler and psql. But it was connected properly.
The text was updated successfully, but these errors were encountered: