Hello,
I have different tables (let's say 3) in which I have a field that is called DID and that is my primary key. This field exists in the 3 tables; I'd like this field to be unique in my 3 tables. (I don't want the DID field to have the same value (this is an auto increment number) in any of my 3 tables). I don't know if it's really clear (sorry I'm French): if for example DID's values in the first table are 1, 2 and 3, I don't want 1, 2 and 3 to be assigned to DID in the 2 other tables.
Thank you for your help.
I have different tables (let's say 3) in which I have a field that is called DID and that is my primary key. This field exists in the 3 tables; I'd like this field to be unique in my 3 tables. (I don't want the DID field to have the same value (this is an auto increment number) in any of my 3 tables). I don't know if it's really clear (sorry I'm French): if for example DID's values in the first table are 1, 2 and 3, I don't want 1, 2 and 3 to be assigned to DID in the 2 other tables.
Thank you for your help.