Hey, I have 2 schemas for 2 microservices one with...
# random
m
Hey, I have 2 schemas for 2 microservices one with user, admin and owner data with address other with orders data which contains the address i dont want to have 2 tables for address i.e one in 1st service and other in second i can take address from users microservice to orders but cant seem to figure this without duplication in orders address is there any way to solve this
👀 1
a
Hey there, Do these two services have their own databases? If so, they will need their own schemas and schema files.
v
👋 Hello @Moheb Dabilkar - did you end up resolving your question? let us know if you still need help!