Feature: support more specific datatypes #189
Labels
documentation 📖
Improvements or additions to documentation
enhancement ✨
New feature or request
good first issue 🥇
Good for newcomers
help wanted 👋🏻
Extra attention is needed
Milestone
Is your feature request related to a problem? Please describe.
As of now numerical columns are imported with a lot of decimals, even when not needed. (ex:
0.8
will be imported as0.800000000000000000
). It decreases the readability and consumes unnecessary storage space on the database. Similarly, we can do the same with other data types like varchar.Describe the solution you'd like
Add the ability to specify more specific datatypes in the
sheets.yml
configuration.The text was updated successfully, but these errors were encountered: