Marius BolikOriginal post
Rank 2: Process
Has anyone a good solution to migrate to releations? Wie are currently using the property "shop_id" which is a string and we want to use the property "shop" which will be a releation to the shops collection.
What is the recommended way to archive that? Is there any code snipped?
Summary
The user is looking for a solution to migrate from using a string property "shop_id" to a relational property "shop" in their database. They are seeking recommendations and code snippets for accomplishing this. A helpful resource for database migration in production is suggested.