app/models/reserve_transition.rb in enju_circulation-0.4.0.beta.4 vs app/models/reserve_transition.rb in enju_circulation-0.4.0.rc.1
- old
+ new
@@ -8,14 +8,14 @@
# == Schema Information
#
# Table name: reserve_transitions
#
-# id :integer not null, primary key
+# id :bigint not null, primary key
# to_state :string
# metadata :text default({})
# sort_key :integer
# reserve_id :integer
-# created_at :datetime
-# updated_at :datetime
+# created_at :datetime not null
+# updated_at :datetime not null
# most_recent :boolean not null
#