diff options
Diffstat (limited to 'mayor-orig/mayor-naplo/update')
-rw-r--r-- | mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql b/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql index ba6686cd..d726406b 100644 --- a/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql +++ b/mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql @@ -10,8 +10,8 @@ IF NOT EXISTS ( ) THEN CREATE TABLE `oraHazifeladatDiak` ( - `hazifeladatId` int(10) unsigned DEFAULT NULL, - `diakId` int(10) unsigned DEFAULT NULL, + `hazifeladatId` int(10) unsigned NOT NULL, + `diakId` int(10) unsigned NOT NULL, `diakLattamDt` datetime DEFAULT NULL, `tanarLattamDt` datetime DEFAULT NULL, `hazifeladatDiakStatus` ENUM('','kész') DEFAULT '', |