for postgres the convention is to use lower case but the rename column action won't allow this. Any suggestions?
You can make all column names lowercase with EasyMorph actions. Use "Table metadata" to produce a list of column names, make a lowercase version of them, then use "Rename with lookup" to rename columns.
See the example below:
rename-lookup.morph (3.7 KB)