问题
I have used Single Table Inheritance to map my models using Slick, following the example found in this question.
How do you run queries which return a given type?
Eg in the example above, def getFisicia2():PessoaFisica2 = db.run {???}
来源:https://stackoverflow.com/questions/58589229/slick-getting-a-subclass-from-a-single-table-inheritance-table