
Originally Posted by
r937
use that order, it's fine
the "MUL" you were asking about is, i believe, a composite key -- a key consisting of more than one column
you can't attack those on a single column basis
just for fun, do a SHOW CREATE TABLE on both of the tables for which your tool showed a discrepancy
i would not rely on phpmyadmin (*ptui*) to learn/understand a table's layout or characteristics
So if I do something like
PHP Code:
$sql = "ALTER TABLE table_name ADD $Field $Type $Null $Key $Default $Extra";
It should work? Or is there more to the syntax then that?
As for the MUL thing, I still don't get how it go to be set that way as I never set it that way. Is that something that the database decides on it's own?
Bookmarks