{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594993, "databaseName" : "odm-print", "ddl" : "DROP TABLE IF EXISTS `odm-print`.`print_additional_report`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-print\".\"print_additional_report\"" } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594994, "databaseName" : "odm-print", "ddl" : "DROP TABLE IF EXISTS `odm-print`.`print_data_validation`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-print\".\"print_data_validation\"" } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594994, "databaseName" : "odm-print", "ddl" : "DROP TABLE IF EXISTS `odm-print`.`print_endpoint_detail`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-print\".\"print_endpoint_detail\"" } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594995, "databaseName" : "odm-print", "ddl" : "DROP TABLE IF EXISTS `odm-print`.`print_file_format`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-print\".\"print_file_format\"" } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594995, "databaseName" : "odm-print", "ddl" : "DROP TABLE IF EXISTS `odm-print`.`print_file_trace`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-print\".\"print_file_trace\"" } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594995, "databaseName" : "odm-print", "ddl" : "DROP TABLE IF EXISTS `odm-print`.`print_report_template`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-print\".\"print_report_template\"" } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594996, "databaseName" : "odm-print", "ddl" : "DROP TABLE IF EXISTS `odm-print`.`print_request_header`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-print\".\"print_request_header\"" } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594996, "databaseName" : "odm-print", "ddl" : "DROP TABLE IF EXISTS `odm-print`.`print_token_configuration`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-print\".\"print_token_configuration\"" } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600086, "databaseName" : "odm-print", "ddl" : "CREATE DATABASE `odm-print` CHARSET utf8mb4 COLLATE utf8mb4_0900_ai_ci", "tableChanges" : [ ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600090, "databaseName" : "odm-print", "ddl" : "CREATE TABLE `print_additional_report` (\n `id` bigint(20) NOT NULL,\n `main_template_id` bigint(20) DEFAULT NULL,\n `template_name` varchar(255) DEFAULT NULL,\n `show_by_default` tinyint(1) DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `PRINT_ADDITIONAL_REPORT_PRINT_REPORT_TEMPLATE_FK` (`main_template_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-print\".\"print_additional_report\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "main_template_id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "template_name", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "show_by_default", "jdbcType" : 5, "typeName" : "TINYINT", "typeExpression" : "TINYINT", "charsetName" : null, "length" : 1, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600093, "databaseName" : "odm-print", "ddl" : "CREATE TABLE `print_data_validation` (\n `id` bigint(20) NOT NULL,\n `data_type` varchar(255) DEFAULT NULL,\n `required_data` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-print\".\"print_data_validation\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "data_type", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "required_data", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600098, "databaseName" : "odm-print", "ddl" : "CREATE TABLE `print_endpoint_detail` (\n `id` bigint(20) NOT NULL,\n `endpoint_name` varchar(255) DEFAULT NULL,\n `endpoint_url` varchar(255) DEFAULT NULL,\n `service_name` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-print\".\"print_endpoint_detail\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "endpoint_name", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "endpoint_url", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "service_name", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600100, "databaseName" : "odm-print", "ddl" : "CREATE TABLE `print_file_format` (\n `id` bigint(20) NOT NULL,\n `var_key` varchar(255) DEFAULT NULL,\n `var_value` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-print\".\"print_file_format\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "var_key", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "var_value", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600107, "databaseName" : "odm-print", "ddl" : "CREATE TABLE `print_file_trace` (\n `id` bigint(20) NOT NULL,\n `request_id` varchar(255) DEFAULT NULL,\n `request_data` json DEFAULT NULL,\n `response_data` json DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-print\".\"print_file_trace\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "request_id", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "request_data", "jdbcType" : 1111, "typeName" : "JSON", "typeExpression" : "JSON", "charsetName" : null, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "response_data", "jdbcType" : 1111, "typeName" : "JSON", "typeExpression" : "JSON", "charsetName" : null, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600119, "databaseName" : "odm-print", "ddl" : "CREATE TABLE `print_report_template` (\n `id` bigint(20) NOT NULL,\n `_description` varchar(255) DEFAULT NULL,\n `template_code` varchar(255) DEFAULT NULL,\n `template_name` varchar(255) DEFAULT NULL,\n `specific` tinyint(3) DEFAULT NULL,\n `document_type` varchar(255) NOT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-print\".\"print_report_template\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "_description", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "template_code", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "template_name", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "specific", "jdbcType" : 5, "typeName" : "TINYINT", "typeExpression" : "TINYINT", "charsetName" : null, "length" : 3, "position" : 5, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "document_type", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 6, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600127, "databaseName" : "odm-print", "ddl" : "CREATE TABLE `print_request_header` (\n `endpoint_id` bigint(20) DEFAULT NULL,\n `id` bigint(20) NOT NULL,\n `token_config_id` bigint(20) DEFAULT NULL,\n `var_key` varchar(255) DEFAULT NULL,\n `var_value` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `FK2SQYWPOF61UONRT1MHCO441A7` (`token_config_id`),\n KEY `FKLTTVTILX88LGHDSB9FNWJMJ8B` (`endpoint_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-print\".\"print_request_header\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "endpoint_id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 1, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 2, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "token_config_id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "var_key", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "var_value", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 5, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_print" }, "position" : { "ts_sec" : 1733223600, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223600151, "databaseName" : "odm-print", "ddl" : "CREATE TABLE `print_token_configuration` (\n `endpoint_id` bigint(20) DEFAULT NULL,\n `id` bigint(20) NOT NULL,\n `client_id` varchar(255) DEFAULT NULL,\n `client_secret` varchar(255) DEFAULT NULL,\n `grant_type` varchar(255) DEFAULT NULL,\n `pwd` varchar(255) DEFAULT NULL,\n `token_url` varchar(255) DEFAULT NULL,\n `user_name` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `PRINT_TOKEN_CONFIGURATION_ENDPOINT_ID_KEY` (`endpoint_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-print\".\"print_token_configuration\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "endpoint_id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 1, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "id", "jdbcType" : -5, "typeName" : "BIGINT", "typeExpression" : "BIGINT", "charsetName" : null, "length" : 20, "position" : 2, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "client_id", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "client_secret", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "grant_type", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 5, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "pwd", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 6, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "token_url", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 7, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "user_name", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 8, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }