db:table

Display information about the given database table

Options

  • database - The database connection Optional
  • json - Output the table information as JSON Optional

Arguments

  • table - The name of the table Optional
php artisan db:table [--database [DATABASE]] [--json] [--] [<table>]