|
Lightweight 0.20260303.0
|
Drops a column only if it exists. More...
#include <MigrationPlan.hpp>
Public Attributes | |
| std::string | columnName |
| The name of the column to drop. | |
Drops a column only if it exists.
Definition at line 344 of file MigrationPlan.hpp.
| std::string Lightweight::SqlAlterTableCommands::DropColumnIfExists::columnName |
The name of the column to drop.
Definition at line 347 of file MigrationPlan.hpp.