alter table t_game add constraint fk_game_developer foreign key DeveloperId references t_developer(id);出错:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'refer
ences t_developer(id)' at line 1