How to maintain schema across two backends with single database
Let's say I have two backends, one for scraping and another as primary for crud operation. So how do i maintain the schema and migration across two backends and only need some schema in common.