Tv Shows configuration

here's how the "tv_shows" sheet would look after adding data:

id

title

date

image_url

channel_id

1

Show 1

2024-01-21

url_to_image_1

1

2

Show 2

2024-01-22

url_to_image_2

2

3

Show 3

2024-01-23

url_to_image_3

1

4

Show 4

2024-01-24

url_to_image_4

3

Ensure that each id is unique and not repeated across different rows of data. The channel_id column associates each TV show with the respective channel in the app.

Here is what the bottom of the sheet looks like

Last updated