Transforming Object Names in ERD to Database Model

Hi, I’ve found a place where abbreviations can be used when transforming an ERD to a physical database model. But I cannot find anywhere to specify case transformations, i.e. transform from Mixed Case Logical Names with blanks (e.g. Customer Name) in ERD to lower case names with underscores in physical DB model (e.g. customer_name). Is that possible in the tool?
Thanks