Lightweight 0.1.0
|
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. | |
Represents a SQL ALTER TABLE plan on a given table.
Definition at line 304 of file MigrationPlan.hpp.
std::string_view SqlAlterTablePlan::tableName |
The name of the table to alter.
Definition at line 307 of file MigrationPlan.hpp.
std::vector<SqlAlterTableCommand> SqlAlterTablePlan::commands |
The list of commands to execute on the table.
Definition at line 310 of file MigrationPlan.hpp.