mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
19 lines
467 B
JSON
19 lines
467 B
JSON
|
{
|
||
|
"db": "PostgreSQL",
|
||
|
"e8c487b4314c267f6da2667b95f6c8003fabc2461c10df2d6d39d081e74e167f": {
|
||
|
"query": "\n INSERT INTO user_table (id, email, name, create_time, password)\n VALUES ($1, $2, $3, $4, $5)\n ",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Uuid",
|
||
|
"Text",
|
||
|
"Text",
|
||
|
"Timestamptz",
|
||
|
"Text"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
}
|
||
|
}
|
||
|
}
|