By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| id | title |
|---|---|
| 1 | foo |
| 2 | bar |
| 3 | baz |
| id | content |
|---|---|
| 1 | some text - 1 |
| 2 | some text - 2 |
| 3 | some text - 3 |
| 4 | some text - 4 |
| 5 | some text - 5 |
| page | section | data |
|---|---|---|
| about | 2 | 1 |
| about | 3 | 1 |
| about | 4 | null |
| contacts | null | 1 |
| contacts | 5 | 2 |
| index | 1 | null |
| id | content | page | section | data | id | title |
|---|---|---|---|---|---|---|
| 2 | some text - 2 | contacts | 5 | 2 | null | null |
| 5 | some text - 5 | null | null | null | null | null |
| id | title |
|---|---|
| 1 | foo |
| 2 | bar |
| 3 | baz |
| id | content |
|---|---|
| 1 | some text - 1 |
| 3 | some text - 3 |
| 4 | some text - 4 |
| page | section | data |
|---|---|---|
| about | 2 | 1 |
| about | 3 | 1 |
| about | 4 | null |
| contacts | null | 1 |
| index | 1 | null |