We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6081cfd + 5427474 commit f204336Copy full SHA for f204336
cookbook/doctrine/reverse_engineering.rst
@@ -32,7 +32,7 @@ to a post record thanks to a foreign key constraint.
32
`title` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
33
`content` longtext COLLATE utf8_unicode_ci NOT NULL,
34
`created_at` datetime NOT NULL,
35
- PRIMARY KEY (`id`),
+ PRIMARY KEY (`id`)
36
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
37
38
CREATE TABLE `blog_comment` (
0 commit comments