spec/models/checkout_spec.rb in enju_circulation-0.4.0.beta.4 vs spec/models/checkout_spec.rb in enju_circulation-0.4.0.rc.1

- old
+ new

@@ -59,19 +59,19 @@ # == Schema Information # # Table name: checkouts # -# id :integer not null, primary key -# user_id :integer -# item_id :integer not null -# checkin_id :integer -# librarian_id :integer -# basket_id :integer +# id :bigint not null, primary key +# user_id :bigint +# item_id :bigint not null +# checkin_id :bigint +# librarian_id :bigint +# basket_id :bigint # due_date :datetime # checkout_renewal_count :integer default(0), not null # lock_version :integer default(0), not null -# created_at :datetime -# updated_at :datetime -# shelf_id :integer -# library_id :integer +# created_at :datetime not null +# updated_at :datetime not null +# shelf_id :bigint +# library_id :bigint #