Why don't you start from scratch? I think this can be quite straightforward;
- A master tables with Channels (id, name, description)
- A master table with programs (id, name, description)
- A table with the guide (id, datetime, program_id, channel_id)
Of course, you can expand this simple start with the categories of programs (for example, film or quiz), participants / participants.
source
share