id | authorName |
---|---|
1 | John Doe |
2 | Jane Smith |
3 | Michael Johnson |
4 | Emily Davis |
5 | David Brown |
id | articleTitle | newsDate | authorId |
---|---|---|---|
(→ Authors.id) | |||
1 | First Article | 2023-01-01 | 1 |
2 | Second Article | 2023-01-02 | 2 |
3 | Third Article | 2023-01-03 | 3 |
4 | Fourth Article | 2023-01-04 | 4 |
5 | Fifth Article | 2023-01-05 | 5 |
id | sectionTitle | content | articleId |
---|---|---|---|
(→ NewsArticles.id) | |||
1 | Introduction | This is an introduction... | 1 |
2 | Body | This is the body of the article... | 1 |
3 | Conclusion | This is the conclusion... | 1 |
4 | Introduction | Another introduction... | 2 |
5 | Body | More text about the topic... | 2 |
id | filePath | articleSectionId |
---|---|---|
(→ ArticleSections.id) | ||
1 | image1.jpg | 1 |
2 | video1.mp4 | 2 |
3 | audio1.mp3 | 3 |
4 | image2.jpg | 4 |
5 | infographic1.png | 5 |
id | commentText | userName | articleId |
---|---|---|---|
(→ NewsArticles.id) | |||
1 | Great read! | User1 | 1 |
2 | Interesting perspective. | User2 | 1 |
3 | I disagree with this point... | User3 | 2 |
4 | Well explained! | User4 | 2 |
5 | Could use some improvement. | User5 | 3 |
id | elementType | value | articleId |
---|---|---|---|
(→ NewsArticles.id) | |||
1 | Headline | Gopnik's Headline | 1 |
2 | Headline | Different Author's Headline | 2 |
3 | Lede | Gopnik's Lede | 1 |
4 | Lede | Different Author's Lede | 3 |