This is not a Linq To Sql role in your architecture. You need to create tables before deploying a new version of your data model.
You can manually update your db w / direct SQL commands against it, or you can pack it with a deployment (e.g. using continuous integration scripts or something like Migrator.NET)
source share