[nhusers] Recursive constraints won't output a proper schema?

2009-07-27 Thread mikoro
Hi, I've been having some problems getting the right schema generated. Here's an example class (stripped versions): public class User { public virtual Guid Id { get; private set; } public virtual Names Names {

[nhusers] Re: Recursive constraints won't output a proper schema?

2009-07-27 Thread mikoro
you tried specifying the columns explicitly? Then applying the length attribute to those. On Mon, Jul 27, 2009 at 3:44 PM, mikoro miko...@gmail.com wrote: Hi, I've been having some problems getting the right schema generated. Here's an example class (stripped versions):        public