postgresql - Enterprise Architect generate SQL without quotes in table name -


i've created database diagram in ea (12.0.1210) , need generate sql script create postgresql database schema. noticed table name in double quotes (create table "term") , therefore case sensitive.

is there way how generate sql script without double quotes in table name?

  • choose package/database engineering/edit ddl templates
  • choose postgres db dropdown
  • select ddl create table macro
  • remove , "include_surround" part on line 9

this ea proprietary language awkward, polite.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -