Having a table with a column called ID that is only part of the primary key really doesn't work as rails likes to treat ID as a special name so it becomes impossible to assign to it or read it.
29 lines
288 B
YAML
29 lines
288 B
YAML
t1:
|
|
way_id: 1
|
|
node_id: 3
|
|
sequence_id: 1
|
|
|
|
t2:
|
|
way_id: 2
|
|
node_id: 3
|
|
sequence_id: 1
|
|
|
|
t3:
|
|
way_id: 3
|
|
node_id: 3
|
|
sequence_id: 1
|
|
|
|
t4:
|
|
way_id: 4
|
|
node_id: 15
|
|
sequence_id: 1
|
|
|
|
w5_n1:
|
|
way_id: 5
|
|
node_id: 4
|
|
sequence_id: 1
|
|
|
|
w5_n2:
|
|
way_id: 5
|
|
node_id: 4
|
|
sequence_id: 2
|