DROP TABLE IF EXISTS `soraldo_ele_controllosez`; CREATE TABLE `soraldo_ele_controllosez` ( `id_sez` int(11) NOT NULL DEFAULT '0', `id_cons` int(11) DEFAULT NULL, `stato_aff` int(1) DEFAULT NULL, `stato_val` int(1) DEFAULT NULL, `stato_gru` int(1) DEFAULT NULL, `stato_lis` int(1) DEFAULT NULL, `stato_can` int(1) DEFAULT NULL, `status` int(1) DEFAULT '0', PRIMARY KEY (`id_sez`) );