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

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< db_timestamp > | created_at |
Static Public Attributes | |
| static constexpr const char * | schema = "public" |
| static constexpr const char * | tablename = "ores_database_info_tbl" |
Represents a database info in the database.