# | Line 12 | Line 12 | create table t_person | |
---|---|---|
12 | alter table t_person | |
13 | add constraint pk_person | |
14 | primary key (id) | |
15 | < | using index tablespace INDX01; |
15 | > | using index tablespace CMS_DBS_INDX01; |
16 | ||
17 | alter table t_person | |
18 | add constraint uq_person_name |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |