feat(fmt): add functionality from prisma-fmt as quick fixes (#4945)
* Added QF that detects missing relation field on mentioned model and adds it
* Adds new quick fix for adding a relation attribute to the referencing side of a relation
* Offer alternative to mark relation field as many if not using mongodb
---------
Co-authored-by: Serhii Tatarintsev <tatarintsev@prisma.io>