database:drop

データベースから全てのテーブルを削除

Usage:

drupal database:drop [arguments] 
dbd

Available arguments

ArgumentDetails

database

settings.phpのデータベースのキー

target

Database target from settings.php

Examples

Drop the tables on the database specified on the argument

drupal database:drop \
  <database>