Hi Django Community,
I am kind of new to Django web development and I am encountering an error when I am migrating my DB from SQLlite3 to PostgreSQL.
I have installed pgAdmin4, psycopg2 as well as set my DATABASES correctly in settings.py
However, when I run "python migrate.py migrate" command, I receive the following error:
django.db.utils.ProgrammingError: operator class "varchar_pattern_ops" does not accept data type integer
The full error:

I have searched on google for hours and couldn't find anyone how to fix it.
I'd really appreciate if someone could help!
Kind regards
Arthur