@Field(() => Boolean)
  @Column("tinyint", {
    name: "is_admin",
    nullable: true,
    width: 1,