Is anybody have problems with creating database in Laravel 4.1? Previous version was normal, but in 4.1 i create new database with
php artisan migrate:make create_users_table --create --table=users
and laravel don't put timestamps and increments automatically in migration.
public $timestamps = true;that may auto add the timestamps