debug:database:table
Show all tables in a given database.
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 in a database
drupal debug:database:table
Show fields in the node table or another specified in the argument
drupal debug:database:table node