Lightweight 0.20260522.0
Loading...
Searching...
No Matches
Lightweight::SqlAlterTableCommands::DropColumnIfExists Struct Reference

Drops a column only if it exists. More...

#include <MigrationPlan.hpp>

Public Attributes

std::string columnName
 The name of the column to drop.
 

Detailed Description

Drops a column only if it exists.

Definition at line 349 of file MigrationPlan.hpp.

Member Data Documentation

◆ columnName

std::string Lightweight::SqlAlterTableCommands::DropColumnIfExists::columnName

The name of the column to drop.

Definition at line 352 of file MigrationPlan.hpp.


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