Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 560 Bytes

debug-database-table.md

File metadata and controls

28 lines (24 loc) · 560 Bytes

debug:database:table

Hiển thị tất cả các bảng trong database đã được cung cấp.

Usage:

drupal debug:database:table [arguments] [options]
ddt

Available options

Option Details
--database Database key from settings.php

Available arguments

Argument Details
table Table to debug

Examples

  • Show all tables on a database
drupal debug:database:table
  • Show fields on the node table or another specified on the argument
drupal debug:database:table node