In ORM ``` val id by column<Int>() var name ...
# language-proposals
o
In ORM
Copy code
val id by column<Int>()
var name by column<String>()
👍 1