|
Lightweight 0.20251202.0
|
#include <SqlMigration.hpp>
Public Member Functions | |
| constexpr std::weak_ordering | operator<=> (MigrationTimestamp const &other) const noexcept=default |
Public Attributes | |
| uint64_t | value {} |
Represents a unique timestamp of a migration.
This struct is used to identify migrations and is used as a key in the migration history table.
Note, a recommended format for the timestamp is a human readable format like YYYYMMDDHHMMSS
Definition at line 35 of file SqlMigration.hpp.
| uint64_t Lightweight::SqlMigration::MigrationTimestamp::value {} |
Definition at line 37 of file SqlMigration.hpp.