Skip to content
Snippets Groups Projects
Commit 8df0dee5 authored by jonasled's avatar jonasled
Browse files

removed collocate from template

parent 08e6c181
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ CREATE TABLE `posts` (
`title` text,
`content` text,
`date` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
ALTER TABLE `posts`
ADD PRIMARY KEY (`id`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment