remax-backend-rs/sql/agent/insert.sql
2023-03-09 13:45:16 -04:00

5 lines
109 B
SQL

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