Represents a change_reason in the database.
More...
#include <change_reason_entity.hpp>
|
|
sqlgen::PrimaryKey< std::string > | code |
| |
|
int | version = 0 |
| |
|
std::string | description |
| |
|
std::string | category_code |
| |
|
bool | applies_to_amend = true |
| |
|
bool | applies_to_delete = true |
| |
|
bool | requires_commentary = false |
| |
|
int | display_order = 0 |
| |
|
std::string | modified_by |
| |
|
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 constexpr const char * | schema = "metadata" |
| |
|
static constexpr const char * | tablename = "dq_change_reasons_tbl" |
| |
Represents a change_reason in the database.