Module: ModelGen::EntitiesHelper

Defined in:
app/helpers/model_gen/entities_helper.rb

Instance Method Summary collapse

Instance Method Details

#available_data_typesObject



3
4
5
# File 'app/helpers/model_gen/entities_helper.rb', line 3

def available_data_types
  %w{binary boolean date datetime decimal float integer bigint references string text time timestamp}
end