summaryrefslogtreecommitdiff
path: root/lib/output/pq/sql/insertTable.sql
blob: a31b1a185fb76b643662cee7fd40eee146875fde (plain)
1
2
3
INSERT INTO mygrate.tables(table_name, source_id, start_file, start_position)
VALUES($1, $2, $3, $4)
RETURNING table_id