]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/note_comment.rb
Update annotations to correctly show bigint types
[rails.git] / app / models / note_comment.rb
index f94032e1e3e785a398b6e5f1d06afe195f06d331..065c37a5c73e44eef2ef9c2eec60d427af9b6f7d 100644 (file)
@@ -2,12 +2,12 @@
 #
 # Table name: note_comments
 #
-#  id         :integer          not null, primary key
-#  note_id    :integer          not null
+#  id         :bigint(8)        not null, primary key
+#  note_id    :bigint(8)        not null
 #  visible    :boolean          not null
 #  created_at :datetime         not null
 #  author_ip  :inet
-#  author_id  :integer
+#  author_id  :bigint(8)
 #  body       :text
 #  event      :enum
 #