Store organisator email

This commit is contained in:
2024-05-31 20:13:27 +02:00
parent a69d83bc0a
commit 3782ef7282
5 changed files with 11 additions and 4 deletions

View File

@ -4,6 +4,7 @@ START TRANSACTION;
CREATE TABLE `%tablename%` (
`id` int NOT NULL AUTO_INCREMENT,
`event_name` varchar(1024) NOT NULL,
`event_email` varchar(1024) NOT NULL,
`archived` tinyint NOT NULL DEFAULT '0',
`signup_allowed` tinyint NOT NULL DEFAULT '0',
`startdatum` date DEFAULT NULL,