test/models/album.rb in cloudwow-not_relational-0.1.0 vs test/models/album.rb in cloudwow-not_relational-0.1.2

- old
+ new

@@ -7,10 +7,10 @@ class Album < NotRelational::DomainModel property :id,:string,:is_primary_key=>true property :guid , :string,:unique=>true property :user_name , :string property :title , :string - property :description , :clob + property :description , :text property :created_time_utc ,:date property :last_update_time_utc ,:date property :is_private, :boolean property :group_id, :string \ No newline at end of file