|
ORE Studio 0.0.4
|
Represents a account party in the database. More...
#include <account_party_entity.hpp>

Public Attributes | |
| sqlgen::PrimaryKey< std::string > | account_id |
| std::string | tenant_id |
| std::string | party_id |
| int | version = 0 |
| 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_iam_account_parties_tbl" |
Represents a account party in the database.
Junction table with composite primary key (account_id, party_id, valid_from).