I want to add another index of a column in the PostgreSQL table. I already have a primary key, and foreign key doesn't apply on that field. I just want a simple key for indexing. The field is not unique. Is it possible?I want to add another index of a column in the