Lightweight 0.1.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 183 of file MigrationPlan.hpp.
std::string SqlForeignKeyReferenceDefinition::tableName |
The table name that the foreign key references.
Definition at line 186 of file MigrationPlan.hpp.
Referenced by DataMapper::CreateTableString().
std::string SqlForeignKeyReferenceDefinition::columnName |
The column name that the foreign key references.
Definition at line 189 of file MigrationPlan.hpp.