-------------- CREATE TABLE `acciones` ( `numero_aaff` int(11) NOT NULL, `denominacion` varchar(255) DEFAULT NULL, `modalidad` varchar(2) DEFAULT NULL, `prioridad` varchar(20) DEFAULT NULL, `tipo_programa` varchar(50) DEFAULT NULL, `horas_totales` int(11) DEFAULT NULL, `horas_p` int(11) DEFAULT NULL, `costo_por_hora_por_participante` decimal(10,2) DEFAULT NULL, `participantes_en_centros` int(11) DEFAULT NULL, `costo_centro_af` decimal(10,2) DEFAULT NULL, `profesor` int(11) DEFAULT NULL, `licencia` decimal(10,2) DEFAULT NULL, `total` decimal(10,2) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci -------------- ERROR 1050 (42S01) at line 30: Table 'acciones' already exists ❌ Error durante la importación. Código: 1