@Index("index_portal_countries_on_iso_id", ["isoId"], {})
@Index("index_portal_countries_on_name", ["name"], {})
@Index("index_portal_countries_on_two_letter", ["twoLetter"], {})
@Entity("portal_countries", { schema: "portal_development" })
export class PortalCountries {