ALTER TABLE dbo.proEtapas ADD
	chkCalculoAutoPar bit NOT NULL CONSTRAINT DF_proEtapas_chkCalculoAutoPar DEFAULT 0,
	chkLiberarSobrePlan bit NOT NULL CONSTRAINT DF_proEtapas_chkLiberarSobrePlan DEFAULT 0,
	margenSobreLiberar decimal(18, 4) NOT NULL CONSTRAINT DF_proEtapas_margenSobreLiberar DEFAULT 0