BDD: add 'teamname' and change feedfortest.sql

This commit is contained in:
Quentin Grosyeux 2013-10-26 15:38:43 +02:00
commit c27a97ce6e
2 changed files with 70 additions and 32 deletions

View file

@ -98,6 +98,7 @@ CREATE TABLE IF NOT EXISTS `solved` (
CREATE TABLE IF NOT EXISTS `teams` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`team_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`key_hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`auth_level` tinyint(1) NOT NULL,
`company` varchar(255) COLLATE utf8_unicode_ci NOT NULL,