mirror of
https://github.com/kevin-DL/football_info_api.git
synced 2026-01-12 10:25:19 +00:00
Initial commit
This commit is contained in:
4
sql/queries/users.sql
Normal file
4
sql/queries/users.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- name: CreateUser :one
|
||||
INSERT INTO users (id, name, created_at, updated_at)
|
||||
VALUES ($1, $2, $3, $4)
|
||||
RETURNING *;
|
||||
Reference in New Issue
Block a user