23 |
|
alter table t_app_family |
24 |
|
add constraint pk_app_family |
25 |
|
primary key (id) |
26 |
< |
using index tablespace INDX01; |
26 |
> |
using index tablespace CMS_DBS_INDX01; |
27 |
|
|
28 |
|
alter table t_app_family |
29 |
|
add constraint uq_app_family_name |
33 |
|
alter table t_application |
34 |
|
add constraint pk_application |
35 |
|
primary key (id) |
36 |
< |
using index tablespace INDX01; |
36 |
> |
using index tablespace CMS_DBS_INDX01; |
37 |
|
|
38 |
|
alter table t_application |
39 |
|
add constraint uq_application_key |
47 |
|
alter table t_app_config |
48 |
|
add constraint pk_app_config |
49 |
|
primary key (id) |
50 |
< |
using index tablespace INDX01; |
50 |
> |
using index tablespace CMS_DBS_INDX01; |
51 |
|
|
52 |
|
alter table t_app_config |
53 |
|
add constraint uq_app_config |