mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO af_workspace_namespace\n VALUES ($1, $2, FALSE)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "ea239353f73904400915ec89640ac71985a8d5b39037f567a3e2ac1c5eea8f64"
|
|
}
|