Compare commits

..

No commits in common. "46404a9d7b8645d4c08f201d9362907091dc2b86" and "15a58e8ace230f66696b996f833f530be9b17b6e" have entirely different histories.

View File

@ -3,7 +3,7 @@ CREATE TABLE `communities` (
`name` varchar(255) NOT NULL,
`currency` varchar(3) NOT NULL,
`created` timestamp NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
PRIMARY KEY (`id`),
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4;
CREATE TABLE `community_members` (