Column
annotationin packageklyn.databases.entities
public annotation Column(name as String = "", nullable as Boolean = true, length as Int = 255)
Column

Spécifie le nom de la colonne pour un champ.

Example
@Column(name="login", nullable=false, length=255)
public property login as String