Re: [Lift] Multi-Ćolumn MappedField

2009-12-10 Thread Derek Chen-Becker
IMHO this doesn't sound like an ideal way to do this. At a high level what are you trying to do? Is this a legacy DB or starting from scratch? If I had to do something like this I would instead use something like MappedLongForeignKey so that you have a direct reference to the other tables instead

[Lift] Multi-Ćolumn MappedField

2009-12-09 Thread Joern
Hi there, I want to create a MappedField, which has one column as Type Long and another column as Type Boolean, but I don't know, what I should put into dbFieldClass and/or targetSQLType. If I look at MappedPassword for example, I just see classOf[String] or Types.VARCHAR, which somehow makes