|
ORE Studio 0.0.4
|
Represents a system setting row in the database. More...
#include <system_setting_entity.hpp>

Public Attributes | |
| sqlgen::PrimaryKey< std::string > | name |
| std::string | tenant_id |
| int | version = 0 |
| std::string | value |
| std::string | data_type |
| std::string | description |
| std::string | modified_by |
| std::string | performed_by |
| std::string | change_reason_code |
| std::string | change_commentary |
| db_timestamp | valid_from = "9999-12-31 23:59:59" |
| db_timestamp | valid_to = "9999-12-31 23:59:59" |
Static Public Attributes | |
| static constexpr const char * | schema = "public" |
| static constexpr const char * | tablename = "ores_variability_system_settings_tbl" |
Represents a system setting row in the database.