{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594943, "databaseName" : "odm-pricing", "ddl" : "DROP TABLE IF EXISTS `odm-pricing`.`pricing_payment_dates_option`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-pricing\".\"pricing_payment_dates_option\"" } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594943, "databaseName" : "odm-pricing", "ddl" : "DROP TABLE IF EXISTS `odm-pricing`.`pricing_payment_terms_option`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-pricing\".\"pricing_payment_terms_option\"" } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594944, "databaseName" : "odm-pricing", "ddl" : "DROP TABLE IF EXISTS `odm-pricing`.`pricing_period_rate_option`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-pricing\".\"pricing_period_rate_option\"" } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594944, "databaseName" : "odm-pricing", "ddl" : "DROP TABLE IF EXISTS `odm-pricing`.`pricing_service_calculation_method_option`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-pricing\".\"pricing_service_calculation_method_option\"" } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223594, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223594945, "databaseName" : "odm-pricing", "ddl" : "DROP TABLE IF EXISTS `odm-pricing`.`pricing_service_payment_dates_option`", "tableChanges" : [ { "type" : "DROP", "id" : "\"odm-pricing\".\"pricing_service_payment_dates_option\"" } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223599, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223599879, "databaseName" : "odm-pricing", "ddl" : "CREATE DATABASE `odm-pricing` CHARSET utf8mb4 COLLATE utf8mb4_0900_ai_ci", "tableChanges" : [ ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223599, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223599891, "databaseName" : "odm-pricing", "ddl" : "CREATE TABLE `pricing_payment_dates_option` (\n `id` varchar(50) NOT NULL,\n `default_value` tinyint(1) DEFAULT NULL,\n `label` varchar(255) DEFAULT NULL,\n `internal_code` varchar(50) DEFAULT NULL,\n `_business_data` json DEFAULT NULL,\n `_when_created` datetime DEFAULT NULL,\n `_when_modified` datetime DEFAULT NULL,\n `_who_created` varchar(255) DEFAULT NULL,\n `_who_modified` varchar(255) DEFAULT NULL,\n `_daaq` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `PRICING_PAYMENT_DATES_OPTION_INTERNAL_CODE_IX` (`internal_code`,`default_value`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-pricing\".\"pricing_payment_dates_option\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "default_value", "jdbcType" : 5, "typeName" : "TINYINT", "typeExpression" : "TINYINT", "charsetName" : null, "length" : 1, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "label", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "internal_code", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_business_data", "jdbcType" : 1111, "typeName" : "JSON", "typeExpression" : "JSON", "charsetName" : null, "position" : 5, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_created", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 6, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_modified", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 7, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_created", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 8, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_modified", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 9, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_daaq", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 10, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223599, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223599918, "databaseName" : "odm-pricing", "ddl" : "CREATE TABLE `pricing_payment_terms_option` (\n `id` varchar(50) NOT NULL,\n `default_value` tinyint(1) DEFAULT NULL,\n `label` varchar(255) DEFAULT NULL,\n `internal_code` varchar(50) DEFAULT NULL,\n `_business_data` json DEFAULT NULL,\n `_when_created` datetime DEFAULT NULL,\n `_when_modified` datetime DEFAULT NULL,\n `_who_created` varchar(255) DEFAULT NULL,\n `_who_modified` varchar(255) DEFAULT NULL,\n `_daaq` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `PRICING_PAYMENT_TERMS_OPTION_INTERNAL_CODE_IX` (`internal_code`,`default_value`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-pricing\".\"pricing_payment_terms_option\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "default_value", "jdbcType" : 5, "typeName" : "TINYINT", "typeExpression" : "TINYINT", "charsetName" : null, "length" : 1, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "label", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "internal_code", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_business_data", "jdbcType" : 1111, "typeName" : "JSON", "typeExpression" : "JSON", "charsetName" : null, "position" : 5, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_created", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 6, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_modified", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 7, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_created", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 8, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_modified", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 9, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_daaq", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 10, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223599, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223599928, "databaseName" : "odm-pricing", "ddl" : "CREATE TABLE `pricing_period_rate_option` (\n `id` varchar(50) NOT NULL,\n `default_value` tinyint(1) DEFAULT NULL,\n `label` varchar(255) DEFAULT NULL,\n `internal_code` varchar(50) DEFAULT NULL,\n `_business_data` json DEFAULT NULL,\n `_when_created` datetime DEFAULT NULL,\n `_when_modified` datetime DEFAULT NULL,\n `_who_created` varchar(255) DEFAULT NULL,\n `_who_modified` varchar(255) DEFAULT NULL,\n `_daaq` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `PRICING_PERIOD_RATE_OPTION_INTERNAL_CODE_IX` (`internal_code`,`default_value`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-pricing\".\"pricing_period_rate_option\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "default_value", "jdbcType" : 5, "typeName" : "TINYINT", "typeExpression" : "TINYINT", "charsetName" : null, "length" : 1, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "label", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "internal_code", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_business_data", "jdbcType" : 1111, "typeName" : "JSON", "typeExpression" : "JSON", "charsetName" : null, "position" : 5, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_created", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 6, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_modified", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 7, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_created", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 8, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_modified", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 9, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_daaq", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 10, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223599, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223599940, "databaseName" : "odm-pricing", "ddl" : "CREATE TABLE `pricing_service_calculation_method_option` (\n `id` varchar(50) NOT NULL,\n `default_value` tinyint(1) DEFAULT NULL,\n `label` varchar(255) DEFAULT NULL,\n `internal_code` varchar(50) DEFAULT NULL,\n `_business_data` json DEFAULT NULL,\n `_when_created` datetime DEFAULT NULL,\n `_when_modified` datetime DEFAULT NULL,\n `_who_created` varchar(255) DEFAULT NULL,\n `_who_modified` varchar(255) DEFAULT NULL,\n `_daaq` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `PRICING_SERVICE_CALCULATION_METHOD_OPTION_INTERNAL_CODE_IX` (`internal_code`,`default_value`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-pricing\".\"pricing_service_calculation_method_option\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "default_value", "jdbcType" : 5, "typeName" : "TINYINT", "typeExpression" : "TINYINT", "charsetName" : null, "length" : 1, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "label", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "internal_code", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_business_data", "jdbcType" : 1111, "typeName" : "JSON", "typeExpression" : "JSON", "charsetName" : null, "position" : 5, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_created", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 6, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_modified", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 7, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_created", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 8, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_modified", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 9, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_daaq", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 10, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }
{ "source" : { "server" : "odm_pricing" }, "position" : { "ts_sec" : 1733223599, "file" : "mysql-bin.000003", "pos" : 136843096, "snapshot" : true }, "ts_ms" : 1733223599952, "databaseName" : "odm-pricing", "ddl" : "CREATE TABLE `pricing_service_payment_dates_option` (\n `id` varchar(50) NOT NULL,\n `default_value` tinyint(1) DEFAULT NULL,\n `label` varchar(255) DEFAULT NULL,\n `internal_code` varchar(50) DEFAULT NULL,\n `_business_data` json DEFAULT NULL,\n `_when_created` datetime DEFAULT NULL,\n `_when_modified` datetime DEFAULT NULL,\n `_who_created` varchar(255) DEFAULT NULL,\n `_who_modified` varchar(255) DEFAULT NULL,\n `_daaq` varchar(255) DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `PRICING_SERVICE_PAYMENT_DATES_OPTION_INTERNAL_CODE_IX` (`internal_code`,`default_value`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TRIAL'", "tableChanges" : [ { "type" : "CREATE", "id" : "\"odm-pricing\".\"pricing_service_payment_dates_option\"", "table" : { "defaultCharsetName" : "utf8", "primaryKeyColumnNames" : [ "id" ], "columns" : [ { "name" : "id", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 1, "optional" : false, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : false, "enumValues" : [ ] }, { "name" : "default_value", "jdbcType" : 5, "typeName" : "TINYINT", "typeExpression" : "TINYINT", "charsetName" : null, "length" : 1, "position" : 2, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "label", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 3, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "internal_code", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 50, "position" : 4, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_business_data", "jdbcType" : 1111, "typeName" : "JSON", "typeExpression" : "JSON", "charsetName" : null, "position" : 5, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_created", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 6, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_when_modified", "jdbcType" : 93, "typeName" : "DATETIME", "typeExpression" : "DATETIME", "charsetName" : null, "position" : 7, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_created", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 8, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_who_modified", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 9, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] }, { "name" : "_daaq", "jdbcType" : 12, "typeName" : "VARCHAR", "typeExpression" : "VARCHAR", "charsetName" : "utf8", "length" : 255, "position" : 10, "optional" : true, "autoIncremented" : false, "generated" : false, "comment" : null, "hasDefaultValue" : true, "enumValues" : [ ] } ], "attributes" : [ ] }, "comment" : null } ] }