Overview
We’ve created our project and set deployment properties and database options. Now it’s time to create a table!
Explanation
In the Schema View, navigate to Schemas folder and under the dbo schema and right click on Tables. The option to Add a table will appear:

Clicking on Table… presents the Add New Item screen. The Name field will default to something like Table1. We change this value to FootBallClub and click Add:

A script window will appear with a template script with the name of the table as follows

We change the template code as follows to match the table layout we want to maintain

Saving the changes will show the table under Tables in the Schema View.

For 20+ years, MSSQLTips.com has been delivering comprehensive technical solutions on a daily basis for the Microsoft SQL Server platform. In that time, an innovative team of over 300 authors from around the globe have delivered over 7000 articles and 1000 webcasts ranging from beginner topics to advanced solutions. Our community prides itself on delivering human only generated content.

