-- Create Table Statement for 'Type Service'
DROP TABLE IF EXISTS `TYPE_SERVICE`;
CREATE TABLE `TYPE_SERVICE` (
	PRIMARY KEY ()
) ENGINE=InnoDB;