Best practices for using mysql field names.
CASES:
1>Type1
VSCode:--------- users --------- id first_name last_name email password ----------
2> Type2
ie prefixed with singular table name : userCode:--------- users --------- user_id user_first_name user_last_name user_email user_password ----------
I would like to know the opinions of forumians that which naming conventions (among two as shown above)
do you deploy and why?
Thanks




Bookmarks