spec/models/participate_spec.rb in enju_event-0.4.0.beta.2 vs spec/models/participate_spec.rb in enju_event-0.4.0.rc.1
- old
+ new
@@ -7,12 +7,12 @@
# == Schema Information
#
# Table name: participates
#
-# id :integer not null, primary key
-# agent_id :integer not null
-# event_id :integer not null
+# id :bigint not null, primary key
+# agent_id :bigint not null
+# event_id :bigint not null
# position :integer
-# created_at :datetime
-# updated_at :datetime
+# created_at :datetime not null
+# updated_at :datetime not null
#