aetheryx
05/10/2022, 4:56 PMCREATE INDEX ON table_name((column_name->>'json_prop')) USING GIN (column_name);
-- ^ looking for this behaviorAustin
05/10/2022, 9:02 PMnpx prisma generate --create-only and then edit the generated .sql file.
This sounds like a cool feature request, though, would you mind filling one out?aetheryx
05/10/2022, 9:03 PM