Can edit files in administration
This commit is contained in:
parent
3f731fb8e0
commit
8e7d652688
4 changed files with 44 additions and 12 deletions
|
|
@ -68,8 +68,8 @@ CREATE TABLE IF NOT EXISTS `exercice_tries` (
|
|||
CREATE TABLE IF NOT EXISTS `exercice_keys` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`id_exercice` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
|
||||
`format` enum('raw','md5','sha1','sha256','sha512','whirlpool') COLLATE utf8_unicode_ci NOT NULL,
|
||||
`value` varbinary(100) NOT NULL,
|
||||
`format` enum('raw','md5','sha1','sha256','sha512') COLLATE utf8_unicode_ci NOT NULL,
|
||||
`value` varbinary(150) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
|
||||
|
||||
|
|
|
|||
Reference in a new issue