Open rafaelsales opened 8 years ago
This is so that MAR is able to load data from files in the same type they were inserted.
E.g:
columns :name, :age
could be
column :name, type: string column :age, type: integer
Evaluate using Virtus to ease this feature development
This is so that MAR is able to load data from files in the same type they were inserted.
E.g:
columns :name, :age
could be