I\'ve been playing with Entity Framework 4, using the model driven approach to generate the database script from my entities. This is great but I\'m not sure how this works
You can try Wizardby: this is a tool for managing database migrations. It doesn't integrate with EF (since it's nearly impossible to integrate with it in this respect), but does the job.