Some checks failed
Publish to Confluence / confluence (push) Failing after 11m37s
140 lines
2.8 KiB
JSON
140 lines
2.8 KiB
JSON
{
|
|
"ddl": {
|
|
"data": null,
|
|
"database": "testdb",
|
|
"es": 1732161751000,
|
|
"gtid": "",
|
|
"id": 1,
|
|
"isDdl": true,
|
|
"mysqlType": null,
|
|
"old": null,
|
|
"pkNames": null,
|
|
"sql": "CREATE TABLE canaltest\n(id INT,\ncode VARCHAR(10),\nupdatetime timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP(3))",
|
|
"sqlType": null,
|
|
"table": "canaltest",
|
|
"ts": 1732161751334,
|
|
"type": "CREATE"
|
|
},
|
|
"insert": {
|
|
"data": [
|
|
{
|
|
"id": null,
|
|
"code": "test1",
|
|
"updatetime": "2024-11-21 13:40:36.000"
|
|
},
|
|
{
|
|
"id": null,
|
|
"code": "test2",
|
|
"updatetime": "2024-11-21 13:40:36.000"
|
|
},
|
|
{
|
|
"id": null,
|
|
"code": "test3",
|
|
"updatetime": "2024-11-21 13:40:36.000"
|
|
}
|
|
],
|
|
"database": "testdb",
|
|
"es": 1732167636000,
|
|
"gtid": "",
|
|
"id": 7,
|
|
"isDdl": false,
|
|
"mysqlType": {
|
|
"id": "INT",
|
|
"code": "VARCHAR(10)",
|
|
"updatetime": "timestamp(3)"
|
|
},
|
|
"old": null,
|
|
"pkNames": null,
|
|
"sql": "",
|
|
"sqlType": {
|
|
"id": 4,
|
|
"code": 12,
|
|
"updatetime": 93
|
|
},
|
|
"table": "canaltest",
|
|
"ts": 1732167636678,
|
|
"type": "INSERT"
|
|
},
|
|
"update": {
|
|
"data": [
|
|
{
|
|
"id": "1",
|
|
"code": "Canal",
|
|
"updatetime": "2024-11-21 13:37:54.000"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"code": "Flink",
|
|
"updatetime": "2024-11-21 13:37:54.000"
|
|
}
|
|
],
|
|
"database": "testdb",
|
|
"es": 1732167474000,
|
|
"gtid": "",
|
|
"id": 5,
|
|
"isDdl": false,
|
|
"mysqlType": {
|
|
"id": "INT",
|
|
"code": "VARCHAR(10)",
|
|
"updatetime": "timestamp(3)"
|
|
},
|
|
"old": [
|
|
{
|
|
"updatetime": "2024-11-21 12:02:40.171"
|
|
},
|
|
{
|
|
"updatetime": "2024-11-21 12:02:52.459"
|
|
}
|
|
],
|
|
"pkNames": null,
|
|
"sql": "",
|
|
"sqlType": {
|
|
"id": 4,
|
|
"code": 12,
|
|
"updatetime": 93
|
|
},
|
|
"table": "canaltest",
|
|
"ts": 1732167475096,
|
|
"type": "UPDATE"
|
|
},
|
|
"delete": {
|
|
"data": [
|
|
{
|
|
"id": null,
|
|
"code": "test1",
|
|
"updatetime": "2024-11-21 13:40:36.000"
|
|
},
|
|
{
|
|
"id": null,
|
|
"code": "test2",
|
|
"updatetime": "2024-11-21 13:40:36.000"
|
|
},
|
|
{
|
|
"id": null,
|
|
"code": "test3",
|
|
"updatetime": "2024-11-21 13:40:36.000"
|
|
}
|
|
],
|
|
"database": "testdb",
|
|
"es": 1732167696000,
|
|
"gtid": "",
|
|
"id": 8,
|
|
"isDdl": false,
|
|
"mysqlType": {
|
|
"id": "INT",
|
|
"code": "VARCHAR(10)",
|
|
"updatetime": "timestamp(3)"
|
|
},
|
|
"old": null,
|
|
"pkNames": null,
|
|
"sql": "",
|
|
"sqlType": {
|
|
"id": 4,
|
|
"code": 12,
|
|
"updatetime": 93
|
|
},
|
|
"table": "canaltest",
|
|
"ts": 1732167697081,
|
|
"type": "DELETE"
|
|
}
|
|
} |