8258c29b757fb0ae78e111d2d0d3cce0e61c5cf3
[yaffs-website] / vendor / drupal / console-en / translations / debug.database.table.yml
1 description: 'Show all tables in a given database.'
2 help: 'The <info>debug:database:table</info> command helps you debug database tables.'
3 arguments:
4   table: 'Table to debug'
5 options:
6   database: 'Database key from settings.php'
7 messages:
8   table-show: 'Showing tables for "%s" database'
9   table: 'Table'
10   column: 'Column'
11   type: 'Type'
12 examples:
13     - description: 'Show all tables in a database'
14       execution: |
15         drupal debug:database:table
16     - description: 'Show fields in the node table or another specified in the argument'
17       execution: |
18         drupal debug:database:table node