~sqldelight: on intellij idea, it can't figure it ...
# squarelibraries
a
~sqldelight: on intellij idea, it can't figure it out the right order for create table statements, it ends up with
create table child
before
create table parent
and because of that, at the runtime it throws java.sql.SQLException: Cannot add foreign key constraint