Andrew, > ok ok I get it what you are saying if I change a tables attributes from > varchar on one table it wont chnage another tables varchars attributes AND > WHY THE F**K WOULD I EXPECT IT TO!, > > what I am asking is it necessary to make chnages to the other table.
The answer to your question is: If you want the change to table A to also happen to table B, then YES, you'll need to make the changes to *both* tables - changing the field in table A will have *no* effect on table B. BTW please do mind your language - this is a public forum and there's no need for expletives like that, surely you can be a little more eloquent? Regards David P -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
