2 -- @description: Neue Tabelle zum Speichern von Entwürfen
 
   3 -- @depends: release_2_4_1
 
   5        id varchar(50) NOT NULL,
 
   6        module varchar(50) NOT NULL,
 
   7        submodule varchar(50) NOT NULL,
 
   9        itime timestamp DEFAULT now(),
 
  14        FOREIGN KEY (employee_id) REFERENCES employee (id)