Skip to content

Commit f204336

Browse files
committed
Merge pull request #1437 from Dinduks/fixing_a_typo
Fixed the typo mentioned in issue #1431
2 parents 6081cfd + 5427474 commit f204336

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)