app/models/checkin.rb in enju_circulation-0.4.0.beta.4 vs app/models/checkin.rb in enju_circulation-0.4.0.rc.1

- old
+ new

@@ -83,14 +83,14 @@ # == Schema Information # # Table name: checkins # -# id :integer not null, primary key -# item_id :integer not null -# librarian_id :integer -# basket_id :integer -# created_at :datetime -# updated_at :datetime +# id :bigint not null, primary key +# item_id :bigint not null +# librarian_id :bigint +# basket_id :bigint +# created_at :datetime not null +# updated_at :datetime not null # lock_version :integer default(0), not null -# checkin_id :bigint +# checkout_id :bigint #