Column

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class Column(val name: String = "")

Annotation to specify the name of a database column.

Properties

Link copied to clipboard

The name of the column in the database.