|
Lightweight 0.20260303.0
|
Adds a column only if it does not already exist. More...
#include <MigrationPlan.hpp>
Public Attributes | |
| std::string | columnName |
| The name of the column to add. | |
| SqlColumnTypeDefinition | columnType |
| The type of the column to add. | |
| SqlNullable | nullable = SqlNullable::Null |
| Whether the column is nullable. | |
Adds a column only if it does not already exist.
Definition at line 333 of file MigrationPlan.hpp.
| std::string Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::columnName |
The name of the column to add.
Definition at line 336 of file MigrationPlan.hpp.
| SqlColumnTypeDefinition Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::columnType |
The type of the column to add.
Definition at line 338 of file MigrationPlan.hpp.
| SqlNullable Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::nullable = SqlNullable::Null |
Whether the column is nullable.
Definition at line 340 of file MigrationPlan.hpp.