{ "db_name": "PostgreSQL", "query": "\n INSERT INTO users_subscriptions_credits\n (subscription_id, user_id, creditor_id, days, previous_due, next_due)\n VALUES ($1, $2, $3, $4, $5, $6)\n RETURNING id\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Int4" } ], "parameters": { "Left": [ "Int8", "Int8", "Int8", "Int4", "Timestamptz", "Timestamptz" ] }, "nullable": [ false ] }, "hash": "68968755bd5eacce9009d1d873d08ef679e6638e57e4711c2c215f32e691d856" }