JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

change from int to bigInt for auto_increment generation #434

Closed Kryptonit3-zz closed 9 years ago

Kryptonit3-zz commented 9 years ago

So we can future proof ourselves and not have to deal with the headache of trying to change an existing int id column type with attached foreign keys etc. I haven't found any documentation that states there is a performance hit using bigInteger. Thanks!