-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix#32: Change TEXT to VARCHAR for avatar columns to allow default va… #38
Fix#32: Change TEXT to VARCHAR for avatar columns to allow default va… #38
Conversation
…lues - Modified `faculty_list` and `student_list` tables to use VARCHAR(255) for `avatar` column instead of TEXT. - Ensured compatibility with MySQL/MariaDB constraints regarding default values for BLOB/TEXT columns.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the one for users
table too. Otherwise looks good 💯
Okay |
change TEXT to VARCHAR for avatar column in users table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have done it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 🚀
…lues
PR Description
Modified
faculty_list
andstudent_list
tables to use VARCHAR(255) foravatar
column instead of TEXT.Ensured compatibility with MySQL/MariaDB constraints regarding default values for BLOB/TEXT columns.
Problem
Problem Solved
Related Issues: Issue for which you are raising a PR for
Issue
#32
Checklist
main
branch before making this PRUndertaking
I declare that:
I understand that any violation of this undertaking may have legal consequences that I will bear and could result in the withdrawal of any recognition associated with the work.