Recently I've been familiar with version control (bithbucket), and I've uploaded all my projects on it. So I'm not concern about losing them anymore, even when my local hard drive dies. Because they are safe on bithbucket.
Ok, all fine. Now I'm looking for an approach to do the same thing for databases (both structure and data). Based on some searches, I figured out there is something named migrations which almost does what I want. But not really, I don't use any framework (like Laravel which supports migrations). Besides that, a migration contains only database's structure, not the whole data.
Anyway, is there any way to I also commit my databases on bitbucket? Or any approach similar?