Exercise - Types

  1. Find the Types folder in the NorthwindBase.
  2. Right click on the Types folder and add new Item, select the Type template to create two new types:
    1. For the EmployeeID.
    2. For the CarID.
  3. In Employees change the code of the EmployeeID column to use the new EmployeeID type.
  4. in EmployeeCars change the code of EmployeeID and the CarID to use the new types.
  5. Save changes to Git.
  6. Build and test.

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com