You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example:
ALTER TABLE customer
ADD CONSTRAINT pk_customer
PRIMARY KEY (c_w_id, c_d_id, c_id);
But the "datagen -t mysql" generate data include null values . They can not be created to be primary key. And the c_w_id, c_d_id, c_id has the same values . They are not unique. They also can not be created to primary key.
The text was updated successfully, but these errors were encountered:
For example:
ALTER TABLE customer
ADD CONSTRAINT pk_customer
PRIMARY KEY (c_w_id, c_d_id, c_id);
But the "datagen -t mysql" generate data include null values . They can not be created to be primary key. And the c_w_id, c_d_id, c_id has the same values . They are not unique. They also can not be created to primary key.
The text was updated successfully, but these errors were encountered: