I'm working with another person, and we use GitHub to commit and download all changes and keep the updated files in the computer. But we have a problem, we can't do the same thing with the application's database. We try to export only the changed tables, but this isn't optimal.
My question is, if you know some software (like github or subversion) for databases, to keep all local databases updated, and combine the changes without losing data.
We're using MAMP with Mac.