Sign in
apache
/
zetacomponents
/
refs/heads/trunk
/
.
/
DatabaseSchema
/
tests
/
testfiles
/
bug8900-diff_oracle.sql
blob: 5b1db07e9ac6be865ada12050a1d97eaa7221347 [
file
] [
log
] [
blame
]
ALTER
TABLE
"table1"
MODIFY
"id"
number
NOT
NULL
AUTO_INCREMENT
;
ALTER
TABLE
"table1"
ADD
CONSTRAINT
"table1_pkey"
PRIMARY
KEY
(
"id"
);
ALTER
TABLE
"table2"
ADD
CONSTRAINT
"table2_pkey"
PRIMARY
KEY
(
"id"
);