@Field(() => String,{nullable: true})
  @Column("varchar", {
    name: "project_card_image_url",
    nullable: true,
    length: 255,