Skip to content
Snippets Groups Projects
Commit 84d22c90 authored by Martin Mareš's avatar Martin Mareš
Browse files

DB: Oprava syntaxe

parent 284fbfc7
No related branches found
No related tags found
1 merge request!9WIP: Zárodek uživatelské části webu a submitování
......@@ -158,7 +158,7 @@ CREATE TABLE papers (
pages int DEFAULT NULL, -- počet stránek
bytes int DEFAULT NULL, -- velikost souboru
file_name varchar(255) NOT NULL, -- relativní cesta k souboru
note text NOT NULL DEFAULT "" -- komentář uploadujícího
note text NOT NULL DEFAULT '' -- komentář uploadujícího
);
-- Odevzdané řešení
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment