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

Represents a database info in the database. More...

#include <database_info_entity.hpp>

Collaboration diagram for database_info_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > id
 
std::string schema_version
 
std::string build_environment
 
std::string git_commit
 
std::string git_date
 
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > created_at
 

Static Public Attributes

static constexpr const char * schema = "public"
 
static constexpr const char * tablename = "ores_database_info_tbl"
 

Detailed Description

Represents a database info in the database.