]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_node_tag.rb
Update annotations after 91a37235ac748df7dc241b215790d6cbecd652f3
[rails.git] / app / models / old_node_tag.rb
index 77b78751b4684a81a720ebe3069cf441a1a6fab4..a3e1c3aaf4a49d4a22d291ab942c7cc84b4e0f32 100644 (file)
@@ -2,8 +2,8 @@
 #
 # Table name: node_tags
 #
-#  node_id :integer          not null, primary key
-#  version :integer          not null, primary key
+#  node_id :bigint(8)        not null, primary key
+#  version :bigint(8)        not null, primary key
 #  k       :string           default(""), not null, primary key
 #  v       :string           default(""), not null
 #