Lightweight 0.20250904.0
|
Represents a foreign key reference definition. More...
#include <MigrationPlan.hpp>
Public Attributes | |
std::string | tableName |
The table name that the foreign key references. | |
std::string | columnName |
The column name that the foreign key references. | |
Represents a foreign key reference definition.
Definition at line 186 of file MigrationPlan.hpp.
std::string Lightweight::SqlForeignKeyReferenceDefinition::tableName |
The table name that the foreign key references.
Definition at line 189 of file MigrationPlan.hpp.
Referenced by Lightweight::DataMapper::CreateTableString().
std::string Lightweight::SqlForeignKeyReferenceDefinition::columnName |
The column name that the foreign key references.
Definition at line 192 of file MigrationPlan.hpp.