1
2
3
4
5
6
7
8
9
10
11
12
|
{
"db_name": "MySQL",
"query": "INSERT INTO translation_strings (localization_string, language, base_translation, base_placeholder_offsets, head_translation, head_placeholder_offsets, state) VALUES (?, ?, ?, ?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 7
},
"nullable": []
},
"hash": "bfa95873d29c7c527c222f13d387d8a22d3d9274537adb5735e4667b78126e6c"
}
|