ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
party_contact_information_entity Struct Reference

Represents a party contact information in the database. More...

#include <party_contact_information_entity.hpp>

Collaboration diagram for party_contact_information_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > id
 
std::string tenant_id
 
int version = 0
 
std::string party_id
 
std::string contact_type
 
std::string street_line_1
 
std::string street_line_2
 
std::string city
 
std::string state
 
std::string country_code
 
std::string postal_code
 
std::string phone
 
std::string email
 
std::string web_page
 
std::string modified_by
 
std::string performed_by
 
std::string change_reason_code
 
std::string change_commentary
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> valid_from = "9999-12-31 23:59:59"
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> valid_to = "9999-12-31 23:59:59"
 

Static Public Attributes

static constexpr const char * schema = "public"
 
static constexpr const char * tablename = "ores_refdata_party_contact_informations_tbl"
 

Detailed Description

Represents a party contact information in the database.