aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/update/pre002779-1-naplo.sql
blob: 5dfd68d97ae2cabdc04fcf65f63793822373b00d (plain)
1
2
3
alter table koszi modify igazolo set('diák','tanár','osztályfőnök','dök');
alter table koszi add targyId smallint(5) unsigned default null;
alter table koszi add constraint koszi_ibfk_2 foreign key (targyId) references %INTEZMENYDB%.targy (targyId) ON DELETE set null on update cascade;