> > The schema for the SALES_LEAD_INTERESTED_OTHER table is
> >
> > CREATE TABLE SALES_LEAD_INTERESTED_OTHER(
> >   SALES_LEAD_INTERESTED_OTHER_ID  LONG IDENTITY,
> >   SALES_LEAD_ID LONG NOT NULL REFERENCES SALES_LEAD,
> >   INTERESTED_IN  VARCHAR(1000),
> >   INTERESTED LONG  NULL REFERENCES VALUE_LIST_ITEM,
> >   PLAN_ID LONG  NULL REFERENCES PLAN
> > )
>
> Would changing the DDL to this change anything? I'll also try your syntax
> on my side.
>

In fact, could you provide me with the DDL for PLAN and SALES_LEAD as well,
please? Including all constraints. I can't seem reproduce this,
otherwise...

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to