https://kotlinlang.org logo
#exposed
Title
# exposed
d

DownloadPizza

01/04/2021, 11:01 AM
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

Joel

01/04/2021, 2:42 PM
Compound PKs are not available yet.
IdTable
is still technically DSL and can definitely be used in conjunction with
Table
.