From 9424baefa25b375a492acca5e7488fb79e76bbb7 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sat, 28 Mar 2020 00:10:03 +0100 Subject: Rev: 4642 --- mayor-orig/mayor-naplo/update/pre004627-1-naplo.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mayor-orig/mayor-naplo/update') 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 '', -- cgit v1.2.3