Add 'id' column to sujet_studs table.

This commit is contained in:
Olivier PEREZ 2014-12-23 09:29:30 +01:00
parent f50b244568
commit 70ad15aa97

View File

@ -46,6 +46,7 @@ CREATE TABLE IF NOT EXISTS `sondage` (
--
CREATE TABLE IF NOT EXISTS `sujet_studs` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`id_sondage` char(16) NOT NULL,
`sujet` text,
KEY `id_sondage` (`id_sondage`)