Suggestions
This commit is contained in:
@@ -8,4 +8,4 @@ ALTER COLUMN [certificado_origen] NVARCHAR(100);
|
||||
|
||||
-- 3. (Opcional) Si quieres volver a agregar un valor por defecto
|
||||
ALTER TABLE [Importaciones_HC].[dbo].[productos_frecuentes]
|
||||
ADD CONSTRAINT DF_productos_certificado_origen DEFAULT '' FOR [certificado_origen];
|
||||
ADD CONSTRAINT DF_productos_certificado_origen DEFAULT '' FOR [certificado_origen];
|
||||
Reference in New Issue
Block a user