django-postgres-extra
django-postgres-extra copied to clipboard
Extend/add support constraints on JSON fields
Hi! It would be nice if we can operate with indexes on JSON-fields
CREATE UNIQUE INDEX people_data_pos_idx ON peoples( (data->>'pos') ) ;