Added drop

This commit is contained in:
Dr. Patrick Urbanke
2025-05-10 16:32:34 +02:00
parent be53c24465
commit 863b861090
13 changed files with 256 additions and 5 deletions

View File

@@ -16,6 +16,8 @@
#include "sqlgen/Varchar.hpp"
#include "sqlgen/col.hpp"
#include "sqlgen/delete_from.hpp"
#include "sqlgen/drop.hpp"
#include "sqlgen/if_exists.hpp"
#include "sqlgen/limit.hpp"
#include "sqlgen/order_by.hpp"
#include "sqlgen/patterns.hpp"