If you want to create a new table, then you need to create a structure in the DDT (Database Deployment Toolkit). This is a tool that allows you to create SQL structures then map those structures to the business objects. You can then take those structures and the DDT will deploy those structures to SQL Server for you and create all databases, tables, indexes, relationships, stored proceures, etc. for you.The tutorial is designed to show you how to create an application once your data structures exist, which makes sense since your application revolves around the data structures. But you can step back and create a DDT package which will then create these structures for you and also allow all of your mappings to be pulled from that meta-data as well.