When I import a Laravel/Eloquent ORM through a connection to MySQL, the entities all list the fields in alphabetical order instead of the order in which the fields are listed in the actual DB table.  Is there a way to achieve this with the current version?  If not, I'd like to make that a feature request.
Thanks,
Stephen Dukes