+# == Schema Information
+#
+# Table name: current_nodes
+#
+# id :bigint(8) not null, primary key
+# latitude :integer not null
+# longitude :integer not null
+# changeset_id :bigint(8) not null
+# visible :boolean not null
+# timestamp :datetime not null
+# tile :bigint(8) not null
+# version :bigint(8) not null
+#
+# Indexes
+#
+# current_nodes_tile_idx (tile)
+# current_nodes_timestamp_idx (timestamp)
+#
+# Foreign Keys
+#
+# current_nodes_changeset_id_fkey (changeset_id => changesets.id)
+#
+