remax-backend-rs/sql/agent/insert.sql

5 lines
109 B
SQL

INSERT INTO agent (
id, full_name, time_created, last_updated
) VALUES (
$1, $2, $3, $3
) RETURNING *