migrations-generator icon indicating copy to clipboard operation
migrations-generator copied to clipboard

Sets increment primary keys as integer

Open gerardbalaoro opened this issue 6 years ago • 1 comments

When generating auto increment primary keys, it writes: $table->integer('id')->primary() instead of $table->increments('id')

gerardbalaoro avatar Apr 26 '18 10:04 gerardbalaoro

https://github.com/laracasts/Laravel-5-Generators-Extended

erlangparasu avatar Apr 06 '19 06:04 erlangparasu