Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / database.table.debug.yml
1 description: "Show all tables in a given database."
2 help: 'The <info>database:table:debug</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'