Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlDropTablePlan Struct Reference

Represents a SQL DROP TABLE plan. More...

#include <MigrationPlan.hpp>

Public Attributes

std::string_view tableName
 The name of the table to drop.
 

Detailed Description

Represents a SQL DROP TABLE plan.

Definition at line 316 of file MigrationPlan.hpp.

Member Data Documentation

◆ tableName

std::string_view SqlDropTablePlan::tableName

The name of the table to drop.

Definition at line 319 of file MigrationPlan.hpp.


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