popsu-d9/old.vendor/drupal/console-en/translations/debug.database.table.yml
2022-04-27 11:30:43 +02:00

19 lines
604 B
YAML

description: 'Show all tables in a given database.'
help: 'The <info>debug:database:table</info> command helps you debug database tables.'
arguments:
table: 'Table to debug'
options:
database: 'Database key from settings.php'
messages:
table-show: 'Showing tables for "%s" database'
table: 'Table'
column: 'Column'
type: 'Type'
examples:
- description: 'Show all tables in a database'
execution: |
drupal debug:database:table
- description: 'Show fields in the node table or another specified in the argument'
execution: |
drupal debug:database:table node