Re: Database Table Management

2007-05-14 Thread Chris Hartjes
On 5/14/07, Oshuma <[EMAIL PROTECTED]> wrote: > > I'm currently using a collection of SQL scripts to manage my database > tables. The scripts are pure SQL which I just 'source' in the mysql > command-line utility. However, with a growing number of tables, > single scripts are getting a bit hard

Database Table Management

2007-05-14 Thread Oshuma
I'm currently using a collection of SQL scripts to manage my database tables. The scripts are pure SQL which I just 'source' in the mysql command-line utility. However, with a growing number of tables, single scripts are getting a bit hard to manage. Is there a better way to handle database tab