fix syntax error in migration
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
This commit is contained in:
parent
15a58e8ace
commit
8a4c5403cb
@ -3,7 +3,7 @@ CREATE TABLE `communities` (
|
|||||||
`name` varchar(255) NOT NULL,
|
`name` varchar(255) NOT NULL,
|
||||||
`currency` varchar(3) NOT NULL,
|
`currency` varchar(3) NOT NULL,
|
||||||
`created` timestamp NOT NULL DEFAULT current_timestamp(),
|
`created` timestamp NOT NULL DEFAULT current_timestamp(),
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4;
|
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4;
|
||||||
|
|
||||||
CREATE TABLE `community_members` (
|
CREATE TABLE `community_members` (
|
||||||
|
Loading…
Reference in New Issue
Block a user