this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO plc_operation_tokens (user_id, token, expires_at)\n VALUES ($1, $2, $3)\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Timestamptz"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "d981225224ea8e4db25c53566032c8ac81335d05ff5b91cfb20da805e735aea3"
16}