Hi folks,
I'm wanting to save some OpenId fields to a database table, such as
- OpenId identifier
- Full Name
- Alias
- etc..
is there a place that summerizes the datatypes and lengths for all the common schema fields? I know there are custom ones (per provider) .. but what about the common ones?
Eg. email -> nvarchar(250) .. or something.
cheers :)