46 lines
988 B
JSON
46 lines
988 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO assets (id, symbol, class, exchange, trading) VALUES ($1, $2, $3::CLASS, $4::EXCHANGE, $5)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Varchar",
|
|
{
|
|
"Custom": {
|
|
"name": "class",
|
|
"kind": {
|
|
"Enum": [
|
|
"us_equity",
|
|
"crypto",
|
|
"unknown"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Custom": {
|
|
"name": "exchange",
|
|
"kind": {
|
|
"Enum": [
|
|
"AMEX",
|
|
"ARCA",
|
|
"BATS",
|
|
"NASDAQ",
|
|
"NYSE",
|
|
"NYSEARCA",
|
|
"OTC",
|
|
"unknown"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Bool"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "82ee2837924b35ae4cce242c22f9e1f1c4be7ed8b5d5ba64e0ce74d775f8f794"
|
|
}
|