How do I get insertId from table using cuid2

I want to insert data using a relations, but mysql doesn't support returning(). so i was using insertId, but it doesn't work with custom id like cuid. What should i do
Was this page helpful?