I'm beginning to work with EF 5 & Lightswitch in VS2012.
I'm modeling a database in EF 5 then creating the database and adding the new data-source to Lightswitch. I have a contact table that has an Email field which is type string in EF, and I know I can set the type for validation to Email Address in Lightswitch, but it doesn't seem to want to let me. Here's a picture of it:

What can I do to set the type to Email Address?