index
:
MyGrate
main
MySQL/MariaDB real-time replication exportor (to PostgreSQL)
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sql
/
simpleCreate.sql
blob: c2a89e9ea821a04bc8b587092dd7ecd2fcdba08b (
plain
)
1
2
3
4
5
CREATE
TABLE
test
(
id
int
auto_increment
,
val
varchar
(
20
),
primary
key
(
id
)
)