Sign in
apache
/
zetacomponents
/
refs/heads/trunk
/
.
/
DatabaseSchema
/
tests
/
testfiles
/
bug8900-diff_mysql.sql
blob: 1010968ad5742faa7b2fcc783b68276e635974a2 [
file
] [
log
] [
blame
]
ALTER
TABLE
`
table1
`
CHANGE
`
id
`
`
id
`
bigint
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
;
ALTER
TABLE
`
table2
`
ADD
PRIMARY
KEY
(
`
id
`
);