|
ORE Studio 0.0.4
|
Represents a purpose type in the database. More...
#include <purpose_type_entity.hpp>

Public Attributes | |
| sqlgen::PrimaryKey< std::string > | code |
| std::string | tenant_id |
| int | version = 0 |
| std::string | name |
| std::string | description |
| int | display_order |
| std::string | modified_by |
| std::string | performed_by |
| std::string | change_reason_code |
| std::string | change_commentary |
| std::optional< db_timestamp > | valid_from = "9999-12-31 23:59:59" |
| std::optional< 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_refdata_purpose_types_tbl" |
Represents a purpose type in the database.