diff options
Diffstat (limited to 'mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql')
-rw-r--r-- | mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql index 6d7c5890..6e4cc053 100644 --- a/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql +++ b/mayor-orig/mayor-naplo/install/module-naplo/mysql/intezmeny.sql @@ -156,6 +156,7 @@ CREATE TABLE `diak` ( `megjegyzes` varchar(255) collate utf8_hungarian_ci default null, `NEKAzonosito` varchar(16) COLLATE utf8_hungarian_ci DEFAULT NULL, `torzslapszam` varchar(32) COLLATE utf8_hungarian_ci DEFAULT NULL, + `kretaFelhasznaloId` int(11) DEFAULT NULL, PRIMARY KEY (`diakId`), UNIQUE KEY `diakOid` (`oId`), KEY `kezdoTanev` (`kezdoTanev`,`kezdoSzemeszter`), |