You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding TRUNCATE() and DROP() (#117)
* Adding truncate()
* Adding TruncateStatement for truncate()
* Adding example of truncate()
* Added drop() method
* A bit to fast on the commit.
Forgot TABLE IF EXISTS in the getDrop()
* Update DropStatement.php
* Update TruncateStatement.php
* Update Database.php
* Fixing CI issues