Add 'id' column to sujet_studs table.
This commit is contained in:
parent
f50b244568
commit
70ad15aa97
@ -46,6 +46,7 @@ CREATE TABLE IF NOT EXISTS `sondage` (
|
|||||||
--
|
--
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `sujet_studs` (
|
CREATE TABLE IF NOT EXISTS `sujet_studs` (
|
||||||
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`id_sondage` char(16) NOT NULL,
|
`id_sondage` char(16) NOT NULL,
|
||||||
`sujet` text,
|
`sujet` text,
|
||||||
KEY `id_sondage` (`id_sondage`)
|
KEY `id_sondage` (`id_sondage`)
|
||||||
|
Loading…
Reference in New Issue
Block a user