Attribute data types
Opened this issue · 0 comments
sathish316 commented
Support optional datatype for each attribute
Example:
class IMDB
attribute :title, type: String
attribute :votes, type: Integer
attribute :rating, type: Decimal
attribute :released_data, type: DateTime
end