All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 25m44s
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT \n id, \n name, \n short_name, \n color_hex, \n route_type as \"route_type: libseptastic::route::RouteType\"\n FROM \n septa_routes\n ;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "name",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "short_name",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 3,
|
|
"name": "color_hex",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 4,
|
|
"name": "route_type: libseptastic::route::RouteType",
|
|
"type_info": {
|
|
"Custom": {
|
|
"name": "septa_route_type",
|
|
"kind": {
|
|
"Enum": [
|
|
"trolley",
|
|
"subway_elevated",
|
|
"regional_rail",
|
|
"bus",
|
|
"trackless_trolley"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "21351353e272aab61536671b27dc3acf47498822358f6d2b00a1fa2267fd5115"
|
|
}
|