The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
9.x
db:table
🖥
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>]
Click to copy