@Entity("portal_bookmark_visits", { schema: "portal_development" })
export class PortalBookmarkVisits {
  @PrimaryGeneratedColumn({ type: "int", name: "id" })
  id: number;