ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
feature_flags_entity Struct Reference

Represents a feature flag in the database. More...

#include <feature_flags_entity.hpp>

Collaboration diagram for feature_flags_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > name
 
int version = 0
 
int enabled
 
std::string description
 
std::string modified_by
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> valid_from = "9999-12-31 23:59:59"
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> valid_to = "9999-12-31 23:59:59"
 

Static Public Attributes

static constexpr const char * schema = "oresdb"
 
static constexpr const char * tablename = "feature_flags"
 

Detailed Description

Represents a feature flag in the database.