aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/update/pre002087-2-intezmeny.sql
blob: 61a7b8ef6818d72e4784bd23633fe11326b44ea8 (plain)
1
2
3
alter table osztaly add column telephelyId tinyint(3) unsigned DEFAULT NULL;
alter table osztaly add CONSTRAINT `osztaly_telephely` FOREIGN KEY (`telephelyId`) REFERENCES `telephely` (`telephelyId`) ON DELETE SET NULL ON UPDATE SET NULL;