Postgres table def
CREATE TABLE MyTable ( myKey BIGSERIAL PRIMARY KEY, amount INT, description TEXT );
Here\'s my copy helper inserting