|
Lightweight 0.20251202.0
|
Adds a column only if it does not already exist. More...
#include <MigrationPlan.hpp>
Public Attributes | |
| std::string | columnName |
| SqlColumnTypeDefinition | columnType |
| SqlNullable | nullable = SqlNullable::Null |
Adds a column only if it does not already exist.
Definition at line 333 of file MigrationPlan.hpp.
| std::string Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::columnName |
Definition at line 335 of file MigrationPlan.hpp.
| SqlColumnTypeDefinition Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::columnType |
Definition at line 336 of file MigrationPlan.hpp.
| SqlNullable Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::nullable = SqlNullable::Null |
Definition at line 337 of file MigrationPlan.hpp.