Does anyone know if you need to still maintain foreign key constraints in services? Say I have a users service and then another service (billing service) with invoices if I assign the invoice field user_id
is that valid (Allowing different database schemas for each service)? Or do you have to work on same database with the foreign key constraints in place?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community