Drop
Dropping tables straightforward in qb
.
For dropping columns or constraints, see Alter.
drop
Drop a table from the database.
Example:
SchemaBuilder
SQL (MySQL)
dropIfExists
Drop a table from the database if it exists.
Example:
SchemaBuilder
SQL (MySQL)
Last updated