docs
docs copied to clipboard
fix: Corrected column name from 'biograpy' to 'biography' in Profile table
This PR corrects a typo in the Profile table by renaming the column biograpy to biography. This change ensures that the column name accurately reflects its intended purpose, improving readability and maintainability of the database schema. The operation is performed within a transaction to maintain database integrity.