Lightweight 0.1.0
Loading...
Searching...
No Matches
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< SqlAlterTableCommandcommands
 The list of commands to execute on the table.
 

Detailed Description

Represents a SQL ALTER TABLE plan on a given table.

Definition at line 304 of file MigrationPlan.hpp.

Member Data Documentation

◆ tableName

std::string_view SqlAlterTablePlan::tableName

The name of the table to alter.

Definition at line 307 of file MigrationPlan.hpp.

◆ commands

std::vector<SqlAlterTableCommand> SqlAlterTablePlan::commands

The list of commands to execute on the table.

Definition at line 310 of file MigrationPlan.hpp.


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