|
ORE Studio 0.0.4
|
Represents a permission in the database. More...
#include <permission_entity.hpp>

Public Attributes | |
| sqlgen::PrimaryKey< std::string > | id |
| std::string | tenant_id |
| std::string | code |
| std::string | description |
| 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_permissions_tbl" |
Represents a permission in the database.