3 lines
112 B
SQL
3 lines
112 B
SQL
INSERT INTO contact (
|
|
first_name, last_name, credential, message, time_created
|
|
) VALUES ($1, $2, $3, $4, $5) |