spec/models/withdraw_spec.rb in enju_library-0.4.0.beta.4 vs spec/models/withdraw_spec.rb in enju_library-0.4.0.rc.1
- old
+ new
@@ -10,12 +10,12 @@
# == Schema Information
#
# Table name: withdraws
#
-# id :integer not null, primary key
-# basket_id :integer
-# item_id :integer
-# librarian_id :integer
+# id :bigint not null, primary key
+# basket_id :bigint
+# item_id :bigint
+# librarian_id :bigint
# created_at :datetime not null
# updated_at :datetime not null
#