diff --git a/Dao/DB/DB2.CommonData.txt b/Dao/DB/DB2.CommonData.txt index 09c545f..5e912e1 100644 --- a/Dao/DB/DB2.CommonData.txt +++ b/Dao/DB/DB2.CommonData.txt @@ -22,28 +22,29 @@ INSERT INTO comcode(cname, cgroup, cgroupname, isuse, corder,cdt,cno,udt,uno,uip ('분류', 'cc5', '분류5', 0, 1,now(),1,now(),1,'127.0.0.1'); insert into comcode(cname, cgroup, cgroupname, isuse, corder,refcode,cdt,cno,udt,uno,uip) VALUES - ('부산','studyplace','학습장소',1,1,null,now(),1,now(),1,'127.0.0.1'), - ('영천','studyplace','학습장소',1,2,null,now(),1,now(),1,'127.0.0.1'), - ('진주','studyplace','학습장소',1,3,null,now(),1,now(),1,'127.0.0.1'); + ('부산','studyplace','학습장소',1,1,'01',now(),1,now(),1,'127.0.0.1'), + ('영천','studyplace','학습장소',1,2,'02',now(),1,now(),1,'127.0.0.1'), + ('진주','studyplace','학습장소',1,3,'03',now(),1,now(),1,'127.0.0.1'); + ('창원','studyplace','학습장소',1,4,'04',now(),1,now(),1,'127.0.0.1'); insert into comcode(cname, cgroup, cgroupname, isuse, corder,refcode,cdt,cno,udt,uno,uip) VALUES - ('설계시공기술인','typeman','기술인분류',1,1,null,now(),1,now(),1,'127.0.0.1'), - ('품질관리기술인','typeman','기술인분류',1,2,null,now(),1,now(),1,'127.0.0.1'), - ('발주청기술인','typeman','기술인분류',1,3,null,now(),1,now(),1,'127.0.0.1'), - ('건설사업관리기술인','typeman','기술인분류',1,4,null,now(),1,now(),1,'127.0.0.1'), + ('설계시공기술인','typeman','기술인분류',1,1,'01',now(),1,now(),1,'127.0.0.1'), + ('품질관리기술인','typeman','기술인분류',1,2,'02',now(),1,now(),1,'127.0.0.1'), + ('발주청기술인','typeman','기술인분류',1,3,'03',now(),1,now(),1,'127.0.0.1'), + ('건설사업관리기술인','typeman','기술인분류',1,4,'04',now(),1,now(),1,'127.0.0.1'), - ('기본교육','typeedu','교육목적',1,1,null,now(),1,now(),1,'127.0.0.1'), - ('최초교육','typeedu','교육목적',1,2,null,now(),1,now(),1,'127.0.0.1'), - ('계속교육','typeedu','교육목적',1,3,null,now(),1,now(),1,'127.0.0.1'), - ('안전관리계속교육','typeedu','교육목적',1,4,null,now(),1,now(),1,'127.0.0.1'), - ('PQ가점교육','typeedu','교육목적',1,5,null,now(),1,now(),1,'127.0.0.1'), - ('기타교육','typeedu','교육목적',1,6,null,now(),1,now(),1,'127.0.0.1'), - ('승급교육','typeedu','교육목적',1,7,null,now(),1,now(),1,'127.0.0.1'), + ('통합기본교육','typeedu','교육목적',1,1,'01',now(),1,now(),1,'127.0.0.1'), + ('최초교육','typeedu','교육목적',1,2,'02',now(),1,now(),1,'127.0.0.1'), + ('계속교육','typeedu','교육목적',1,3,'03',now(),1,now(),1,'127.0.0.1'), + ('안전관리계속교육','typeedu','교육목적',1,4,'04',now(),1,now(),1,'127.0.0.1'), + ('PQ가점교육','typeedu','교육목적',1,5,'05',now(),1,now(),1,'127.0.0.1'), + ('기타교육','typeedu','교육목적',1,6,'06',now(),1,now(),1,'127.0.0.1'), + ('승급교육','typeedu','교육목적',1,7,'07',now(),1,now(),1,'127.0.0.1'), - ('초급','typegrade','등급',1,1,null,now(),1,now(),1,'127.0.0.1'), - ('중급','typegrade','등급',1,2,null,now(),1,now(),1,'127.0.0.1'), - ('고급','typegrade','등급',1,3,null,now(),1,now(),1,'127.0.0.1'), - ('특급','typegrade','등급',1,4,null,now(),1,now(),1,'127.0.0.1'), + ('초급','typegrade','등급',1,1,'01',now(),1,now(),1,'127.0.0.1'), + ('중급','typegrade','등급',1,2,'02',now(),1,now(),1,'127.0.0.1'), + ('고급','typegrade','등급',1,3,'03',now(),1,now(),1,'127.0.0.1'), + ('특급','typegrade','등급',1,4,'04',now(),1,now(),1,'127.0.0.1'), ('토목','typejob','직무분야',1,1,null,now(),1,now(),1,'127.0.0.1'), ('건축','typejob','직무분야',1,2,null,now(),1,now(),1,'127.0.0.1'),