Closed jasonmccreary closed 3 years ago
Some of the commonly named columns did not map to the correct types. For example, email got mapped to word
email
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.
_id
integer
null
Example:
@Naoray for some reason I can't assign you. But here's that issue we discussed.
Some of the commonly named columns did not map to the correct types. For example,
email
got mapped toword
In addition, it'd be nice if anything
_id
was mapped to aninteger
(ornull
) if it were not determined to be a model.Example: