Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[BUG] Data cell count does not match table header column count #44

Closed cloudworxx closed 5 years ago

cloudworxx commented 5 years ago

For the default users table in Laravel, the cell count of table data does not match header cell count.

To Reproduce Steps to reproduce the behavior:

  1. create a blank Laravel installation
  2. run artisan make:auth
  3. Register default user
  4. Install Prequel
  5. Open users table

The header has the following fields: id, name, email, email_verified_at, password, remember_token, created_at, updated_at

The data row only has id, name, email, email_verified_at, created_at, updated_at

Screenshots grafik

QuintenJustus commented 5 years ago

Looks like duplicate of #37.

QuintenJustus commented 5 years ago

This has been fixed, closing now.