radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 46 forks source link

Array object field #86

Closed Ajaxsoap closed 9 years ago

Ajaxsoap commented 9 years ago

Hi, It seems that meteoris doesn't have an array type on CRUDSS generator data type, currently only 4 data type is available (String, Number, Boolean and Date). Is there a way to do this, the meteoris way?

Thanks,

Marvin

radiegtya commented 9 years ago

for code generator it is not available yet. but you can still doing it by modify the model class. Please reopen if you still confuse.