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
/
lib
/
output
/
pq
/
sql
/
insertColumn.sql
blob: b8efde9c3aa17c6e2be93500139e4f592342ca3d (
plain
)
1
2
INSERT
INTO
mygrate
.
table_columns
(
column_name
,
mysql_ordinal
,
table_id
)
VALUES
(
$
1
,
$
2
,
$
3
)