fromSitePoint Forums | Web Development & Design Community
6 months agoIndexing a dataframe ahead of seeding to database
The original method for creating shop_id in treasures could lead to integrity issues with non-unique shop names.
Creating shop_ids by querying the database ensures accuracy in foreign key relationships.