blob: 827dbe3aad4642dd38250347f32388b9fff1e72c (
plain)
1
2
3
4
5
6
7
|
alter table mkTanar modify `mkId` smallint(5) unsigned NOT NULL;
alter table tankorSzemeszter modify tankorId int(10) unsigned NOT NULL;
alter table tankorTanar modify tankorId int(10) unsigned NOT NULL;
alter table szeEgyediMinosites modify `szempontId` int(10) unsigned NOT NULL;
alter table tankorDiak modify tankorId int(10) unsigned NOT NULL;
alter table tankorOsztaly modify tankorId int(10) unsigned NOT NULL;
|