]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/diary_entry.rb
Added tests for validators
[rails.git] / app / models / diary_entry.rb
index d4139f65228f4d1e4a01a4dca73b45808fffe1a4..4990a999ad6de32134951cebb935a2755551e986 100644 (file)
@@ -2,8 +2,8 @@
 #
 # Table name: diary_entries
 #
-#  id            :bigint(8)        not null, primary key
-#  user_id       :bigint(8)        not null
+#  id            :integer          not null, primary key
+#  user_id       :integer          not null
 #  title         :string           not null
 #  body          :text             not null
 #  created_at    :datetime         not null