I'm working on a project that is using UET's. I'm looking for a "Boolean" type data type & so far the closest I see is ListYesNo which is a tinyint. I know that SQL Server supports a "bit" datatype (1,0 or NULL).
Is there a way to add (safely/sanctioned) data types to the User Data Type field? If not, I can just use tinyint. The Java/C# developer in me wants to save space & use a Boolean type but realize it may not be possible.
