Is their a way within Speck to force all table names to lower case. I
am having an issue because on my development mysql environment is
linux and my production mysql environment is windows. When I refresh
the spApp on linux it generates table names in mixed case however when
I import this to my windows environment all table names goto lower case.
This produces a problem when I take the data from the production
server back to the development server as I get 2 table names like
sphistory and spHistory.
I would like to see the table names in Linux to be all lower case.
Anyone have ideas on this.