append

fun append(): ColumnConstraints

Add a default ColumnConstraints, returning the constraints added.


inline fun append(configuration: ColumnConstraints.() -> Unit): ColumnConstraints

Add a ColumnConstraints using configuration block, returning the constraints added.