laravel-shift / factory-generator

MIT License
41 stars 20 forks source link

Incorrect mapping of faker data #7

Closed jasonmccreary closed 3 years ago

jasonmccreary commented 3 years ago

Some of the commonly named columns did not map to the correct types. For example, email got mapped to word

In addition, it'd be nice if anything _id was mapped to an integer (or null) if it were not determined to be a model.

Example:

fix-types
jasonmccreary commented 3 years ago

@Naoray for some reason I can't assign you. But here's that issue we discussed.