Skip to content

Commit

Permalink
[ja] fix cakephp#5347
Browse files Browse the repository at this point in the history
  • Loading branch information
okinaka committed Nov 4, 2017
1 parent 34cd68c commit d406ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/tutorials-and-examples/cms/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CMS チュートリアル - データベース作成
tag_id INT NOT NULL,
PRIMARY KEY (article_id, tag_id),
FOREIGN KEY tag_key(tag_id) REFERENCES tags(id),
FOREIGN KEY bookmark_key(article_id) REFERENCES articles(id)
FOREIGN KEY article_key(article_id) REFERENCES articles(id)
);

INSERT INTO users (email, password, created, modified)
Expand Down

0 comments on commit d406ce2

Please sign in to comment.