-- Add/modify columns alter table EMPRESAS_SERVICIOS add nombre_factura varchar2(16); -- Add comments to the columns comment on column EMPRESAS_SERVICIOS.nombre_factura is 'Parte del nombre de la Factura a Generar';