is there any way to make a DAO Table with a compou...
# exposed
d
is there any way to make a DAO Table with a compound PK? If not, can I just use a normal table and Mix the DAO IdTables and normal tables?
j
Compound PKs are not available yet.
IdTable
is still technically DSL and can definitely be used in conjunction with
Table
.