Lightweight 0.20251202.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 schemaName
 The schema name of the table to alter.
 
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 374 of file MigrationPlan.hpp.

Member Data Documentation

◆ schemaName

std::string_view Lightweight::SqlAlterTablePlan::schemaName

The schema name of the table to alter.

Definition at line 377 of file MigrationPlan.hpp.

◆ tableName

std::string_view Lightweight::SqlAlterTablePlan::tableName

The name of the table to alter.

Definition at line 380 of file MigrationPlan.hpp.

◆ commands

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

The list of commands to execute on the table.

Definition at line 383 of file MigrationPlan.hpp.


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