debug:database:table
एक दिए गए डेटाबेस में सभी टेबल्स दिखाएँ.
Usage:
drupal debug:database:table [arguments] [options]
ddtAvailable options
| Option | Details |
|---|---|
--database | Database key from settings.php |
Available arguments
| Argument | Details |
|---|---|
table | Table to debug |
Examples
Show all tables on a database
drupal debug:database:tableShow fields on the node table or another specified on the argument
drupal debug:database:table node