46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"query": "SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'trc20_purchases' ORDER BY ORDINAL_POSITION;",
|
|
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3Bq4cgN2KNKQqNu.8160cd2033e0 --database Ngki3MumDNGduV3xJt3mga --execute SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'trc20_purchases' ORDER BY ORDINAL_POSITION;",
|
|
"rows": [
|
|
{
|
|
"COLUMN_NAME": "id"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "txHash"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "fromAddress"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "usdtAmount"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "xicAmount"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "blockNumber"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "status"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "distributedAt"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "distributeTxHash"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "createdAt"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "updatedAt"
|
|
},
|
|
{
|
|
"COLUMN_NAME": "evmAddress"
|
|
}
|
|
],
|
|
"messages": [],
|
|
"stdout": "COLUMN_NAME\nid\ntxHash\nfromAddress\nusdtAmount\nxicAmount\nblockNumber\nstatus\ndistributedAt\ndistributeTxHash\ncreatedAt\nupdatedAt\nevmAddress\n",
|
|
"stderr": "",
|
|
"execution_time_ms": 1593
|
|
} |