mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
51 lines
977 B
JSON
51 lines
977 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT * FROM session WHERE logged_out IS NULL OR logged_out > CURRENT_TIMESTAMP",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "logged_in",
|
|
"type_info": "Timestamp"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "logged_out",
|
|
"type_info": "Timestamp"
|
|
},
|
|
{
|
|
"ordinal": 3,
|
|
"name": "last_active",
|
|
"type_info": "Timestamp"
|
|
},
|
|
{
|
|
"ordinal": 4,
|
|
"name": "user_agent",
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"ordinal": 5,
|
|
"name": "metadata",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
true,
|
|
false,
|
|
true,
|
|
false
|
|
]
|
|
},
|
|
"hash": "4691e3a2ce80b59009ac17124f54f925f61dc5ea371903e62cdffa5d7b67ca96"
|
|
}
|