HI,
I would create the following table on Informix 9.4:
create table table_client_mappings (
principal integer not null,
sync_source varchar(128) not null,
luid varchar(200) not null,
guid varchar(200) not null,
primary key (principal,sync_source,luid,guid)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.