relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::migrations::TableMetadata Struct Reference

Complete metadata about a table. More...

#include <relx/migrations/diff.hpp>

Public Attributes

std::string table_name
 
std::unordered_map< std::string, ColumnMetadatacolumns
 
std::unordered_map< std::string, ConstraintMetadataconstraints
 

Detailed Description

Complete metadata about a table.

Definition at line 71 of file diff.hpp.

Member Data Documentation

◆ columns

std::unordered_map<std::string, ColumnMetadata> relx::migrations::TableMetadata::columns

Definition at line 73 of file diff.hpp.

◆ constraints

std::unordered_map<std::string, ConstraintMetadata> relx::migrations::TableMetadata::constraints

Definition at line 74 of file diff.hpp.

◆ table_name

std::string relx::migrations::TableMetadata::table_name

Definition at line 72 of file diff.hpp.


The documentation for this struct was generated from the following file: