Index

constructor(    columns: List<Column<*>>,     unique: Boolean,     customName: String? = null,     indexType: String? = null,     filterCondition: Op<Boolean>? = null,     functions: List<ExpressionWithColumnType<*>>? = null,     functionsTable: Table? = null)