This commit is contained in:
Arman KYOKCHAN 2013-06-05 11:50:55 +00:00
parent cb9d084aec
commit 49bf51a9da

View File

@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS `rapports_giants` (
`date` date NOT NULL,
`pays` enum('FR','ES','BE','NL','UK','DE') NOT NULL,
`type` enum('FU','CO','CR','FL') DEFAULT NULL,
`lang` enum('en','fr') CHARACTER SET utf8 NOT NULL,
`lang` varchar(2) CHARACTER SET utf8 NOT NULL,
`report` longtext NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8;