app/models/answer.rb in enju_question-0.1.0.pre3 vs app/models/answer.rb in enju_question-0.1.0.pre4
- old
+ new
@@ -37,21 +37,21 @@
errors.add(:url_list) unless Addressable::URI.parse(url).host
end
end
end
-
# == Schema Information
#
# Table name: answers
#
-# id :integer not null, primary key
-# user_id :integer not null
-# question_id :integer not null
+# id :integer not null, primary key
+# user_id :integer not null
+# question_id :integer not null
# body :text
-# created_at :datetime
-# updated_at :datetime
+# created_at :datetime not null
+# updated_at :datetime not null
# deleted_at :datetime
+# shared :boolean default(TRUE), not null
# state :string(255)
# item_identifier_list :text
# url_list :text
#