Re: migrating from Postgres to MySQL

2005-09-02 Thread Alec . Cawley
Wiebe de Jong <[EMAIL PROTECTED]> wrote on 02/09/2005 17:32:07: > I used mixed case in naming my schemas, tables and fields in Postgres 7.1. > (i.e. onDemand.callDetailRecord) Now I have to move my app over to MySQL. > > > > What are the best practices for naming in MySQL? Definitely use low

migrating from Postgres to MySQL

2005-09-02 Thread Wiebe de Jong
I used mixed case in naming my schemas, tables and fields in Postgres 7.1. (i.e. onDemand.callDetailRecord) Now I have to move my app over to MySQL. What are the best practices for naming in MySQL? Wiebe