Lightweight 0.20251202.0
Loading...
Searching...
No Matches
Lightweight::SqlAlterTableCommands::AddColumnIfNotExists Struct Reference

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
 

Detailed Description

Adds a column only if it does not already exist.

Definition at line 333 of file MigrationPlan.hpp.

Member Data Documentation

◆ columnName

std::string Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::columnName

Definition at line 335 of file MigrationPlan.hpp.

◆ columnType

SqlColumnTypeDefinition Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::columnType

Definition at line 336 of file MigrationPlan.hpp.

◆ nullable

SqlNullable Lightweight::SqlAlterTableCommands::AddColumnIfNotExists::nullable = SqlNullable::Null

Definition at line 337 of file MigrationPlan.hpp.


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