spec/models/bookmark_spec.rb in enju_bookmark-0.1.2.pre4 vs spec/models/bookmark_spec.rb in enju_bookmark-0.1.2.pre5

- old
+ new

@@ -42,16 +42,16 @@ # == Schema Information # # Table name: bookmarks # -# id :integer not null, primary key -# user_id :integer not null +# id :integer not null, primary key +# user_id :integer not null # manifestation_id :integer # title :text # url :string(255) # note :text -# created_at :datetime -# updated_at :datetime # shared :boolean +# created_at :datetime not null +# updated_at :datetime not null #