mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Update database structure
This commit is contained in:
parent
8511dccc0d
commit
836f6783a0
@ -451,6 +451,7 @@ CREATE TABLE `sondage` (
|
|||||||
`ID_texte` int(11) NOT NULL,
|
`ID_texte` int(11) NOT NULL,
|
||||||
`date_creation` datetime NOT NULL,
|
`date_creation` datetime NOT NULL,
|
||||||
`question` varchar(255) NOT NULL,
|
`question` varchar(255) NOT NULL,
|
||||||
|
`allow_new_choices` int(11) DEFAULT '0',
|
||||||
PRIMARY KEY (`ID`)
|
PRIMARY KEY (`ID`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user