Skip to content
Snippets Groups Projects
Commit 70ad15aa authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Add 'id' column to sujet_studs table.

parent f50b2445
No related branches found
No related tags found
Loading
......@@ -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`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment