Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
quoting reserved mysql phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyan021 authored and mbyczkowski committed Jul 13, 2022
1 parent 4f9d63b commit 4a64ae6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ CREATE TABLE secrets (
UNIQUE (name)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

CREATE TABLE groups (
CREATE TABLE `groups` (
id bigint NOT NULL AUTO_INCREMENT,
name varchar(255) NOT NULL,
updatedat bigint NOT NULL,
Expand Down

0 comments on commit 4a64ae6

Please sign in to comment.