Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit f08dab2

Browse files
authored
Update brainstorming.md
1 parent 67b79ad commit f08dab2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mappings/brainstorming.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Possible DB Layout
22

3-
Master Table:
3+
### Master Table:
44

55
| id | tmdbid | imdbid | report_count | total_reports | locked |
66
|---|----|----|---|---|---|
@@ -9,7 +9,7 @@ Master Table:
99
| 3 | 11 | tt000011 | -5 | 10 | true |
1010
| 4 | 2 | tt000002 | 4 | 50 | false |
1111

12-
Title Mappings:
12+
### Title Mappings:
1313

1414
| mappingsid (Foreign Key) | aka_title | aka_clean_title |
1515
|----------|---------------------|---------|
@@ -19,15 +19,15 @@ Title Mappings:
1919

2020
**Note:** Clean title is used to ensure that only one mapping per aka_title exists (should be unique). It also should help mapping with e.g. files.
2121

22-
Year Mappings:
22+
### Year Mappings:
2323

2424
| mappingsid (Foreign Key) | aka_year |
2525
|----------|----------|
2626
| 3 | 1978 |
2727
| 4 | 1999 |
2828
| | |
2929

30-
Meta Table:
30+
### Meta Table:
3131

3232
| mappingsid (Foreign Key) | Event Type | Date |
3333
|----|----|----|

0 commit comments

Comments
 (0)