Andrey.Tarashevskiy

Results 142 comments of Andrey.Tarashevskiy

At the moment only comparable types are allowed to be referenced, so as a workaround you could define your own function: ```kotlin fun Column.references(ref: Column, onDelete: ReferenceOption? = null, onUpdate:...

`clientDefault` function will be invoked before insert new value into a database if no explicit value was provided and value generated by a function will be inserted instead of null....