public annotation Column(name as String = "", nullable as Boolean = true, length as Int = 255)
Spécifie le nom de la colonne pour un champ.
@Column(name="login", nullable=false, length=255) public property login as String