1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00

Update database structure

This commit is contained in:
Pierre HUBERT 2020-05-17 15:32:37 +02:00
parent 8511dccc0d
commit 836f6783a0

View File

@ -451,6 +451,7 @@ CREATE TABLE `sondage` (
`ID_texte` int(11) NOT NULL,
`date_creation` datetime NOT NULL,
`question` varchar(255) NOT NULL,
`allow_new_choices` int(11) DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;