Closed shailpujan88 closed 1 month ago
Name | Link |
---|---|
Latest commit | 51ed1dabf4aa0d1d927e8780dd0981deccc9b7cb |
Latest deploy log | https://app.netlify.com/sites/vitess/deploys/670d3112e5cdbf0008e8a285 |
Deploy Preview | https://deploy-preview-1863--vitess.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR is For Add new getting started example https://github.com/vitessio/website/issues/1798
This PR :
Added Example to the documentation, illustrating a schema with cyclic dependencies created by cascading foreign key actions.
Included a graph depicting the relationships between tables t1, t2, and t3, highlighting the effects of ON DELETE CASCADE and ON UPDATE CASCADE on the schema structure.
Specified how to fix the problem caused by the cyclic dependencies