Version 1
[yaffs-website] / vendor / drupal / console-en / translations / database.table.debug.yml
diff --git a/vendor/drupal/console-en/translations/database.table.debug.yml b/vendor/drupal/console-en/translations/database.table.debug.yml
new file mode 100644 (file)
index 0000000..fc60147
--- /dev/null
@@ -0,0 +1,11 @@
+description: "Show all tables in a given database."
+help: 'The <info>database:table:debug</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'