Addressed comment: 13ce3d0784 (r1878577878)
This commit is contained in:
parent
f01d388dd3
commit
7b2d65ad33
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ CREATE TABLE IF NOT EXISTS `posts` (
|
||||||
`updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
`updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
`view_count` int(6) NOT NULL,
|
`view_count` int(6) NOT NULL,
|
||||||
`title` varchar(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
`title` varchar(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
`content` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
`content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY `id_slug` (`collection_id`,`slug`),
|
UNIQUE KEY `id_slug` (`collection_id`,`slug`),
|
||||||
UNIQUE KEY `owner_id` (`owner_id`,`id`),
|
UNIQUE KEY `owner_id` (`owner_id`,`id`),
|
||||||
|
|
Loading…
Add table
Reference in a new issue