49 #pragma db key_options("COLLATE binary") 50 std::map<std::string, std::string> properties_; It seems that COLLATE binary does not existed in postgresql. What would I do in postgresl for this use case?