public annotation Column( name as String = "", nullable as Boolean = true, length as Int = 255, precision as Int = 0, scale as Int = 0 )
Maps one persistent property to a relational column.
@Column(name="login", nullable=false, length=255) public property login as String