package net.cijber.worm.dsl import java.util.* object Columns { fun Entity<*>.uuid() = ColumnDefinition() }