]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way_node.rb
Merge branch 'pull/5734'
[rails.git] / app / models / old_way_node.rb
index 810acc066d44bf043fa91e773ee8402099963700..714b38648de0d13b304132e7131064e023912f06 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Table name: way_nodes
 #
-#  way_id      :bigint(8)        not null, primary key
-#  node_id     :bigint(8)        not null
-#  version     :bigint(8)        not null, primary key
-#  sequence_id :bigint(8)        not null, primary key
+#  way_id      :bigint           not null, primary key
+#  node_id     :bigint           not null
+#  version     :bigint           not null, primary key
+#  sequence_id :bigint           not null, primary key
 #
 # Indexes
 #