Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
sql::dropTable($table)
Creates the sql for dropping a single table
$table
(string)
return
(string)
↑
Toolkit API overview
←
sql::delete
→
sql::insert
↓
Back to Toolkit API section
Top