generated property

  1. @Column(nullable: true)
bool? generated
getter/setter pair

Implementation

@Column(nullable: true)
bool? generated;