|
ORE Studio 0.0.4
|
Represents an account-role assignment in the database. More...
#include <account_role_entity.hpp>

Static Public Attributes | |
| static constexpr const char * | schema = "oresdb" |
| static constexpr const char * | tablename = "account_roles" |
Represents an account-role assignment in the database.
This is a junction table linking accounts to roles. Note: The composite primary key (account_id, role_id, valid_from) is defined at the database schema level since sqlgen doesn't support composite keys.