ALTER TABLE detalleingresos DROP FOREIGN KEY `FK_detalleingresos_idsolicitud` ; ALTER TABLE detalleingresos DROP INDEX FK_detalleingresos_idsolicitud; ALTER TABLE `detalleingresos` DROP `idsolicitud`; ALTER TABLE detallegresos DROP FOREIGN KEY `FK_detallegresos_idsolicitud` ; ALTER TABLE detallegresos DROP INDEX FK_detallegresos_idsolicitud; ALTER TABLE `detallegresos` DROP `idsolicitud`; ALTER TABLE `detalleingresos` DROP `observaciones` ; ALTER TABLE `detallegresos` DROP `observaciones` ; ALTER TABLE `ingresos` DROP `tipo` ; ALTER TABLE `egresos` DROP `tipo` ; DROP TABLE detalleamortizacion; DROP TABLE amortizaciones; DROP TABLE creditos; DROP TABLE detallegastos; DROP TABLE detallemovcaja; DROP TABLE gastos; DROP TABLE tasainteres;