Use migrations feature in Django for creating database artifacts. Developers mostly tend to miss to check-in db scripts to Source Control system so if they use migrations and check-in the Django code then the db changes and dependencies are stored in source control. The same is applicable to Laravel as well.