database:drop
एक दिए गए डेटाबेस में सभी टेबल्स ड्राप।
Usage:
drupal database:drop [arguments]
dbdAvailable arguments
| Argument | Details |
|---|---|
database | Settings.php से डाटाबेस कुंज |
target | Database target from settings.php |
Examples
Drop the tables on the database specified on the argument
drupal database:drop \
<database>