Represents a country in the database using ISO 3166-1 codes.
More...
#include <country_entity.hpp>
|
|
sqlgen::PrimaryKey< std::string > | alpha2_code |
| |
|
int | version = 0 |
| |
|
std::string | alpha3_code |
| |
|
std::string | numeric_code |
| |
|
std::string | name |
| |
|
std::string | official_name |
| |
|
std::optional< std::string > | image_id |
| |
|
std::string | modified_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 constexpr const char * | schema = "production" |
| |
|
static constexpr const char * | tablename = "refdata_countries_tbl" |
| |
Represents a country in the database using ISO 3166-1 codes.