ALTER TABLE cmrs
ADD COLUMN cmino BIGINT(20) NULL;
UPDATE rsc
SET rscname = '강사설문'
WHERE rstype = 1;