首先 use Illuminate\Support\Facades\Schema; 其次 $columns = Schema::getColumnListing('admins'); dd($columns);