Lightweight 0.20250904.0
Loading...
Searching...
No Matches
Lightweight::SqlAlterTablePlan Struct Reference

Represents a SQL ALTER TABLE plan on a given table. More...

#include <MigrationPlan.hpp>

Public Attributes

std::string_view tableName
 The name of the table to alter.
 
std::vector< SqlAlterTableCommand > commands
 The list of commands to execute on the table.
 

Detailed Description

Represents a SQL ALTER TABLE plan on a given table.

Definition at line 307 of file MigrationPlan.hpp.

Member Data Documentation

◆ tableName

std::string_view Lightweight::SqlAlterTablePlan::tableName

The name of the table to alter.

Definition at line 310 of file MigrationPlan.hpp.

◆ commands

std::vector<SqlAlterTableCommand> Lightweight::SqlAlterTablePlan::commands

The list of commands to execute on the table.

Definition at line 313 of file MigrationPlan.hpp.


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