Configure Category Sheet

Add the colum name for category :

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

category_id

category_title

image_url

1

Movies

url_to_image

2

Entertainment

url_to_image

3

Kids

url_to_image

4

Sports

url_to_image

You can input the categories for the TV app in the "category" sheet using the provided column name headers. (cateogry_id,category_title,image_url)

Here is what the bottom of the sheet looks like

Please ensure that each category_id is unique and not repeated across different rows of data. The category_id serves as the primary key in the database, so it's essential to avoid duplicating it. Please exercise caution in maintaining this uniqueness while inputting data.

Last updated