aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/update/orev001361-2-mayor_naplo.sql
blob: 25a56fc79042ebb4a81838df60f24a05b0ce15c3 (plain)
1
2
3
4
5
6
-- Újabb intézményi adatok felvétele

alter table intezmeny add column telefon VARCHAR(64) NULL;
alter table intezmeny add column fax VARCHAR(64) NULL;
alter table intezmeny add column email VARCHAR(96) NULL;
alter table intezmeny add column honlap VARCHAR(96) NULL;