|
Lightweight 0.20251202.0
|
Represents a composite foreign key constraint. More...
#include <MigrationPlan.hpp>
Public Attributes | |
| std::vector< std::string > | columns |
| The columns in the current table. | |
| std::string | referencedTableName |
| The referenced table name. | |
| std::vector< std::string > | referencedColumns |
| The referenced columns in the referenced table. | |
Represents a composite foreign key constraint.
Definition at line 237 of file MigrationPlan.hpp.
| std::vector<std::string> Lightweight::SqlCompositeForeignKeyConstraint::columns |
The columns in the current table.
Definition at line 240 of file MigrationPlan.hpp.
| std::string Lightweight::SqlCompositeForeignKeyConstraint::referencedTableName |
The referenced table name.
Definition at line 243 of file MigrationPlan.hpp.
| std::vector<std::string> Lightweight::SqlCompositeForeignKeyConstraint::referencedColumns |
The referenced columns in the referenced table.
Definition at line 246 of file MigrationPlan.hpp.