Table "Source" {
  "id" "int" [pk]
  "Target" "int" [ref: < "Target"."id"]
}
Table "Target" {
  "id" "int" [pk]
}
