I'm working on a web app (it is in asp.net mvc framework beta in visual studio 2008) and want to version control it. How do I version control the database files (*.mdf, binary) in the App_Data folder.
Is there a way to just store the tables-and-whatever definition of the database or do I really need to version control it's contents?