WP QueryBuilderDocumentationDocumentationAuthorAuthor (opens in a new tab)DonationDonation
GitHubGitHub (opens in a new tab)
  • Documentation
    • Getting Started
    • Library API
      • Alter API
      • Create API
      • Delete API
      • Select API
      • Update API
    • Query Driver
  • Examples
    • Alter Statement
    • Create Statement
    • Delete Statement
    • Drop Statement
    • Insert Statement
    • Select Statement
    • Update Statement
  • Donation
  • Documentation
  • Documentation
    • Getting Started
    • Library API
      • Alter API
      • Create API
      • Delete API
      • Select API
      • Update API
    • Query Driver
  • Examples
    • Alter Statement
    • Create Statement
    • Delete Statement
    • Drop Statement
    • Insert Statement
    • Select Statement
    • Update Statement
  • Author (opens in a new tab)
  • Donation
  • Donation
Question? Give us feedback → (opens in a new tab)Edit this page
Examples
Drop Statement

Drop Statement

Drop tables without checking.

DB::drop('posts');

Drop tables only if the table is exist.

DB::dropIfExists('terms');
Delete StatementInsert Statement

Copyright © 2022–2026 Keramot UL Islam