MySQL Forums
Forum List  »  MySQL Workbench

About the default naming format of PK column Name in MySQL Workbench
Posted by: Zhirong Wang
Date: March 17, 2023 12:18PM

When using MySQL Workbench, the default naming format of PK column Name will follow the rules like "%table|upper%, %table|lower%, %table|capitalize%, %table|uncapitalize% " for modification. Since my Table Name is usually in all uppercase letters, in order to make the default PK Name in initial capitalization format, I thought I could format the Name in all lowercase first and then capitalize the initial letters. However, I don't know how to connect lower and capitalize with logical operators to achieve the purpose.

Hope I can get a solution, thanks a lot!

Options: ReplyQuote


Subject
Views
Written By
Posted
About the default naming format of PK column Name in MySQL Workbench
255
March 17, 2023 12:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.