]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way_node.rb
Merge remote-tracking branch 'upstream/pull/5735'
[rails.git] / app / models / old_way_node.rb
index b2a16c16b39af7cefe8646e0c17bde05953641b3..714b38648de0d13b304132e7131064e023912f06 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Table name: way_nodes
 #
 #
 # 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
 #
 #
 # Indexes
 #
@@ -13,7 +13,7 @@
 #
 # Foreign Keys
 #
 #
 # Foreign Keys
 #
-#  way_nodes_id_fkey  (["way_id", "version"] => ways.["way_id", "version"])
+#  way_nodes_id_fkey  ([way_id, version] => ways[way_id, version])
 #
 
 class OldWayNode < ApplicationRecord
 #
 
 class OldWayNode < ApplicationRecord