SchemaVersion struct
Represents a database schema version.
Constructors, destructors, conversion operators
- SchemaVersion()
- SchemaVersion(int ver, const std::string& desc)
Public functions
- auto operator<(const SchemaVersion& other) const -> bool
- auto operator==(const SchemaVersion& other) const -> bool
Public variables
- std::string id
- int version
- std::string description
- std::string checksum
- std::chrono::system_clock::time_point applied_at
- bool is_applied