Lightweight 0.20260303.0
Loading...
Searching...
No Matches
Lightweight::SqlAlterTableCommands::DropIndexIfExists Struct Reference

Drops an index only if it exists. More...

#include <MigrationPlan.hpp>

Public Attributes

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

Detailed Description

Drops an index only if it exists.

Definition at line 351 of file MigrationPlan.hpp.

Member Data Documentation

◆ columnName

std::string Lightweight::SqlAlterTableCommands::DropIndexIfExists::columnName

The name of the column whose index to drop.

Definition at line 354 of file MigrationPlan.hpp.


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