This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/debug.database.table.yml

19 lines
604 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
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