ALTER TABLE `ceramica`.`productos` ADD CONSTRAINT `id_categoria1` FOREIGN KEY (id_categoria) REFERENCES `ceramica`.`categorias` (id) ON DELETE NO ACTION ON UPDATE NO ACTION;