Assuming you're referring to the database structure used for the content management system in Part 6 of the series, the structure was developed (with all necessary SQL statements provided) in Part 5. The only difference is that I removed the separate table for email addresses and put the corresponding column back in the "Authors" table.
Nevertheless, I'll add to the code.zip archive (provided in Part 6) a .sql file containing all the CREATE TABLE statements required to construct the database structure from scratch.
Bookmarks