Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlForeignKeyReferenceDefinition Struct Reference

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.
 

Detailed Description

Represents a foreign key reference definition.

Definition at line 183 of file MigrationPlan.hpp.

Member Data Documentation

◆ tableName

std::string SqlForeignKeyReferenceDefinition::tableName

The table name that the foreign key references.

Definition at line 186 of file MigrationPlan.hpp.

Referenced by DataMapper::CreateTableString().

◆ columnName

std::string SqlForeignKeyReferenceDefinition::columnName

The column name that the foreign key references.

Definition at line 189 of file MigrationPlan.hpp.


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