Lightweight 0.1.0
|
Represents a SQL DROP TABLE plan. More...
#include <MigrationPlan.hpp>
Public Attributes | |
std::string_view | tableName |
The name of the table to drop. | |
Represents a SQL DROP TABLE plan.
Definition at line 316 of file MigrationPlan.hpp.
std::string_view SqlDropTablePlan::tableName |
The name of the table to drop.
Definition at line 319 of file MigrationPlan.hpp.