I am working on a django project, where I want to create gin indexing on my model's attribute. I want to create gin indexing on
SchoolName = models.CharField(max_length=200, blank=False, null=False)
But, I am getting this error
django.db.utils.ProgrammingError: data type character varying has no default operator class for access method "gin"
Help me to figure out this error
btree_gin_extensionhere: docs.djangoproject.com/en/2.0/ref/contrib/postgres/indexes/… This will allow support forchar,varchare.t.c