]> git.donarmstrong.com Git - dbsnp.git/blob - schema/human_9606_schema/human_gty1_constraint.sql
update to build 135 schema
[dbsnp.git] / schema / human_9606_schema / human_gty1_constraint.sql
1 ALTER TABLE [SubInd_ch1] ADD CONSTRAINT [pk_ch_t_SubInd_ch1]  PRIMARY KEY  CLUSTERED ([chr] ASC,[batch_id] ASC,[subsnp_id] ASC,[submitted_ind_id] ASC)\r
2 GO
3
4 ALTER TABLE [SubInd_ch2] ADD CONSTRAINT [pk_ch_t_SubInd_ch2]  PRIMARY KEY  CLUSTERED ([chr] ASC,[batch_id] ASC,[subsnp_id] ASC,[submitted_ind_id] ASC)\r
5 GO
6
7 ALTER TABLE [SubInd_ch3] ADD CONSTRAINT [pk_ch_t_SubInd_ch3]  PRIMARY KEY  CLUSTERED ([chr] ASC,[batch_id] ASC,[subsnp_id] ASC,[submitted_ind_id] ASC)\r
8 GO
9
10 ALTER TABLE [SubInd_ch4] ADD CONSTRAINT [pk_ch_t_SubInd_ch4]  PRIMARY KEY  CLUSTERED ([chr] ASC,[batch_id] ASC,[subsnp_id] ASC,[submitted_ind_id] ASC)\r
11 GO
12
13 ALTER TABLE [SubInd_ch5] ADD CONSTRAINT [pk_ch_t_SubInd_ch5]  PRIMARY KEY  CLUSTERED ([chr] ASC,[batch_id] ASC,[subsnp_id] ASC,[submitted_ind_id] ASC)\r
14 GO
15
16 ALTER TABLE [SubInd_ch6] ADD CONSTRAINT [pk_ch_t_SubInd_ch6]  PRIMARY KEY  CLUSTERED ([chr] ASC,[batch_id] ASC,[subsnp_id] ASC,[submitted_ind_id] ASC)\r
17 GO
18
19 ALTER TABLE [SubInd_ch7] ADD CONSTRAINT [pk_ch_t_SubInd_ch7]  PRIMARY KEY  CLUSTERED ([chr] ASC,[batch_id] ASC,[subsnp_id] ASC,[submitted_ind_id] ASC)\r
20 GO
21
22