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

Represents a business centre in the database. More...

#include <business_centre_entity.hpp>

Collaboration diagram for business_centre_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > code
 
std::string tenant_id
 
int version = 0
 
std::optional< std::string > source
 
std::optional< std::string > description
 
std::optional< std::string > city_name
 
std::string coding_scheme_code
 
std::optional< std::string > country_alpha2_code
 
std::optional< std::string > image_id
 
std::string modified_by
 
std::string performed_by
 
std::string change_reason_code
 
std::string change_commentary
 
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > valid_from = "9999-12-31 23:59:59"
 
std::optional< 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_business_centres_tbl"
 

Detailed Description

Represents a business centre in the database.