You are on page 1of 1

Alter Table ax.

PwC_Capillary_Store_User
add [Capillary_uri_pdf] nvarchar(max) not null default ''
Alter Table ax.PwC_Capillary_Store_User
add [Capillary_uri_trans] nvarchar(max) not null default ''
Alter Table ax.PwC_Capillary_Store_User
add [Capillary_uri_coupon] nvarchar(max) not null default ''
Alter Table ax.PwC_Capillary_Store_User
add [Capillary_uri_ref] nvarchar(max) not null default ''

Update ax.PwC_Capillary_Store_User
Set [Capillary_uri_pdf] = 'https://api.capillary.co.in/v1.1/',
[Capillary_uri_trans] = 'https://api.capillary.co.in/v1.1/',
[Capillary_uri_coupon] = 'https://api.capillary.co.in/v1.1/',
[Capillary_uri_ref] = 'https://api.capillary.co.in/v2/'

You might also like