I am facing an issue in Programming Assignment: Social Network Database. It is because of a property missing in database schema. As I have taken screen shots , the function create_database() don’t have Surname property under Person object. Which is causing issue to pass the unit test case.
The ‘name’ column in the ‘Person’ class contains the first name and surname in a string, so you need to extract the surname from that to create your database.