Version update
This commit is contained in:
@ -4,7 +4,7 @@ SET time_zone = "+00:00";
|
||||
|
||||
CREATE TABLE `%tablename%` (
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`EVENTiD` int NOT NULL,
|
||||
`eventID` int NOT NULL,
|
||||
`teilnahme` ENUM('participant','volunteer','other','') NOT NULL,
|
||||
`vorname` varchar(128) NOT NULL,
|
||||
`nachname` varchar(128) NOT NULL,
|
||||
|
Reference in New Issue
Block a user