Skip to content

Commit 5427474

Browse files
committed
Fixed the typo mentioned in issue #1431
1 parent 240cf46 commit 5427474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/reverse_engineering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ to a post record thanks to a foreign key constraint.
3232
`title` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
3333
`content` longtext COLLATE utf8_unicode_ci NOT NULL,
3434
`created_at` datetime NOT NULL,
35-
PRIMARY KEY (`id`),
35+
PRIMARY KEY (`id`)
3636
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3737
3838
CREATE TABLE `blog_comment` (

0 commit comments

Comments
 (0)