外键 ------- :: FOREIGN KEY( ) REFERENCES () -- example create table ( int, foreign key() references () ) engine=innodb; InnoDB支持外键 MyISAM不支持外键