Mysql KEY 解释

KEY is normally a synonym for INDEX. The key attribute PRIMARY KEY can also be specified as justKEY when given in a column definition. This was implemented for compatibility with other database systems.

http://dev.mysql.com/doc/refman/5.1/en/create-table.html

你可能感兴趣的:(Mysql KEY 解释)